mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-19 19:00:47 +00:00
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
This commit is contained in:
parent
cdf838a194
commit
8254a64271
1 changed files with 7 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue