File size: 628 Bytes
a4b1962
 
 
 
 
 
 
 
 
 
 
 
f94c315
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Sdpipe Webui
emoji: 🍌
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: 3.16.2
app_file: app.py
pinned: false
license: openrail
---

# **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`