update readme

Ondřej Hruška 4 weeks ago
parent 9f3f9b9f6f
commit 35e157953b
  1. 20
      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. 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 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. - **No Responsibility**: The creators of this project bear no responsibility for how the software is used.
- **An uncensored model has no guardrails**. - **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**. - **Publishing anything this model generates is the same as publishing it yourself**.
- Ensure compliance with all applicable laws and regulations in your jurisdiction. - 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) - If you generate something illegal, delete it immediately and permanently (not to recycle bin)
- All pictures are saved in the `out/` folder - All pictures are saved in the `out/` folder
- Clear browser cache - Clear browser cache and other relevant caches
## Prerequisites ## Prerequisites

Loading…
Cancel
Save