From 35e157953b7b68f15d768a55195626885892ae1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 1 Feb 2026 20:21:19 +0100 Subject: [PATCH] update readme --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dcb2f06..8fb3bd4 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,31 @@ -# Stable Diffusion Local Webapp +# Stable Diffusion Python WebUI + +> This project is based on a script from https://github.com/imanslab/poc-uncensored-stable-diffusion/ A local web interface for generating images with Stable Diffusion, designed for fast iteration with the model kept loaded in memory. This is basically a very simplified reimplementation of Automatic1111 -## Disclaimer and Warning +--- + +**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. + +--- + +## Legal Disclaimer - **No Responsibility**: The creators of this project bear no responsibility for how the software is used. - **An uncensored model has no guardrails**. -- **You are responsible for anything you do with the model**, just as you are responsible for anything you do with any dangerous object. +- **You are responsible for anything you do with the tool and the model you downloaded**, just as you are responsible for anything you do with any dangerous object. - **Publishing anything this model generates is the same as publishing it yourself**. - Ensure compliance with all applicable laws and regulations in your jurisdiction. - If you generate something illegal, delete it immediately and permanently (not to recycle bin) - All pictures are saved in the `out/` folder - - Clear browser cache + - Clear browser cache and other relevant caches ## Prerequisites