diff --git a/src/routes/blogs/+page.svelte b/src/routes/blogs/+page.svelte index 2ccf0470ae1cb..7b0def07a4361 100644 --- a/src/routes/blogs/+page.svelte +++ b/src/routes/blogs/+page.svelte @@ -302,6 +302,13 @@ } ]; let blogsCommunity = [ + { + title: 'Efficient image generation with Stable Diffusion models and ONNX Runtime using AMD GPUs', + date: 'February 23, 2024', + link: 'https://rocm.blogs.amd.com/artificial-intelligence/stable-diffusion-onnx-runtime/README.html', + blurb: + 'Use pre-trained Stable Diffusion models to generate images from text (text-to-image), transform existing visuals (image-to-image), and restore damaged pictures (inpainting) on AMD GPUs using ONNX Runtime.' + }, { title: 'AMD expands its AI and ML development tools with ROCm 6.0', date: 'February 15, 2024',