From 8254a64271b3f496e0185eacbd44d609327e55b5 Mon Sep 17 00:00:00 2001 From: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:05:56 -0700 Subject: [PATCH] Add AMD community blog (#19873) Update ORT website blog community tab w/ new AMD + ORT blog: https://rocm.blogs.amd.com/artificial-intelligence/stable-diffusion-onnx-runtime/README.html --- src/routes/blogs/+page.svelte | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/routes/blogs/+page.svelte b/src/routes/blogs/+page.svelte index 2ccf0470ae..7b0def07a4 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',