An open API service indexing awesome lists of open source software.

https://github.com/kadirnar/stable-diffusion-controlnet-webui

Diffusion WebUI: Stable Diffusion + ControlNet + Inpaint
https://github.com/kadirnar/stable-diffusion-controlnet-webui

diffusion diffusion-models image-resolution stable-diffusion stable-diffusion-webui upscaler webui

Last synced: about 1 year ago
JSON representation

Diffusion WebUI: Stable Diffusion + ControlNet + Inpaint

Awesome Lists containing this project

README

          



Diffusion WebUI: Stable Diffusion + ControlNet + Inpaint



teaser

downloads
pypi version
HuggingFace Spaces



This repo is a Stable Diffusion + ControlNet + Inpaint WebUI implementation.

### Installation
```bash
pip install diffusion-webui
```
### Usage
```python
from diffusion_webui import app

app()
```