If you’re using an AMD GPU and tried running Stable Diffusion before, you probably ran into a wall. Most setups are made for NVIDIA, and trying to get things working on AMD can be a huge pain.
I found this GitHub repo that solves that:
๐ https://github.com/lshqqytiger/stable-diffusion-webui-amdgpu
It’s a modified version of the AUTOMATIC1111 Web UI, but tweaked to run on AMD cards using ROCm and HIP. You donโt need to spend hours patching stuff manually โ just follow the instructions and youโre good.
What It Is:
- A Web UI for generating images with Stable Diffusion
- Works specifically with AMD GPUs (finally!)
- Based on the popular AUTOMATIC1111 interface, so it’s familiar
- Uses ROCm backend for AMD instead of CUDA
Why I Like It:
- Actually runs on my AMD system without crashing
- Comes with a setup script that saves time
- You get the same features like txt2img, img2img, upscaling, etc.
If you’re stuck with an AMD card and want to play around with AI image generation without switching to NVIDIA, this is probably your best bet right now.