Add link to stable diffusion perf blog (#15934)

This commit is contained in:
Prasanth Pulavarthi 2023-05-14 11:46:52 -07:00 committed by GitHub
parent 91ab2ac743
commit e5a5423f52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/"
}
]
}
}