Stable Diffusion img2img & txt2img Using AMD on Windows

Описание к видео Stable Diffusion img2img & txt2img Using AMD on Windows

In this video we'll walk through how to run Stable Diffusion img2img and txt2img using AMD GPU on Windows operating system.

Files to download:
👉Python: https://www.python.org
👉Git: https://git-scm.com/downloads
👉Onnx nightly build: https://aiinfra.visualstudio.com/Publ...
👉Diffusers: https://github.com/huggingface/diffusers

Code Examples:
https://github.com/pythoninoffice/tut...

Commands:
python -m venv diffusers_venv
. ./diffusers/Scripts/activate
git clone https://github.com/huggingface/diffusers
cd diffusers
pip install -e .
pip install transformers scipy ftfy onnx onnxruntime torch

00:00 Intro
00:54 Download Required Files
02:35 Installation
06:04 Huggingface Login
08:13 Download Model & Onnx Conversion
09:50 Install Onnx Nightly Build
11:44 Txt2img Test
13:29 Img2img

Комментарии

Информация по комментариям в разработке