From e5a5423f521211f2da170199a509db910bf8386f Mon Sep 17 00:00:00 2001 From: Prasanth Pulavarthi Date: Sun, 14 May 2023 11:46:52 -0700 Subject: [PATCH] Add link to stable diffusion perf blog (#15934) --- js/blogs.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/js/blogs.json b/js/blogs.json index b8e7abc2e9..b56641b962 100644 --- a/js/blogs.json +++ b/js/blogs.json @@ -1,5 +1,11 @@ { "blogs": [ + { + "title": "Accelerating Stable Diffusion Inference with ONNX Runtime", + "date": "May 10th, 2023", + "blurb": "This blog shows how to accelerate the Stable Diffusion models from Hugging Face on NVIDIA and AMD GPUs with ONNX Runtime. It includes benchmark results obtained on A100 and RTX3060 and MI250X.", + "link": "https://medium.com/microsoftazure/accelerating-stable-diffusion-inference-with-onnx-runtime-203bd7728540" + }, { "title": "Azure Container for PyTorch is now Generally Available in Azure Machine Learning!", "date": "March 22nd, 2023", @@ -103,4 +109,4 @@ "link": "https://cloudblogs.microsoft.com/opensource/2021/06/30/journey-to-optimize-large-scale-transformer-model-inference-with-onnx-runtime/" } ] -} \ No newline at end of file +}