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 +}