@ -6,13 +6,17 @@ A local web interface for generating images with Stable Diffusion, designed for
This is basically a very simplified reimplementation of Automatic1111
This README will guide you through setup and basic usage.

---
**Warning** A lot of this project was made with claude code because I just wanted to have a working SD webui and Automation1111 refused to work for me. The whole thing was made in two days. This is not aiming to be a maintainable project. It's best to run claude, tell it to read this README and have it make the changes you want.
I have AMD RX 6600 XT, which is not supported by ROCm, but works fine with `HSA_OVERRIDE_GFX_VERSION=10.3.0` in env. That essentially lies about the GPU you have, and somehow a lie is sufficient here. Welcome to ML python.
This will work best with NVidia, but you will need some adjustments as I optimized it for my AMD card.
This will work best with NVIDIA, but you will need some adjustments as I optimized it for my AMD card.
---
@ -170,9 +174,11 @@ const CONFIG = {
## Run the POC to verify config
Run `run_poc.sh` (modify it as needed). With the my-diffusers-model model and default settings, it produces this picture:
Download a diffusers model e.g. `realistic-vision-v51` using the example above.