sdpipe_webui / README.MD
1lint
add readme, requirements files. add inpaint radio
f94c315
raw
history blame
476 Bytes
# **Stable Diffusion Pipeline Web UI**
Stable Diffusion WebUI with first class support for HuggingFace Diffusers Pipelines and Diffusion Schedulers, made in the style of Automatic1111's WebUI and Evel_Space.
Supports Huggingface `Text-to-Image`, `Image to Image`, and `Inpainting` pipelines, with fast switching between pipeline modes by reusing loaded model weights already in memory.
Install requirements with `pip install -r requirements.txt`
Run with `python app.py`