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
- Host: GitHub
- URL: https://github.com/kadirnar/stable-diffusion-controlnet-webui
- Owner: kadirnar
- License: other
- Created: 2023-03-22T14:23:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T09:59:33.000Z (about 3 years ago)
- Last Synced: 2025-03-27T00:22:36.955Z (about 1 year ago)
- Topics: diffusion, diffusion-models, image-resolution, stable-diffusion, stable-diffusion-webui, upscaler, webui
- Language: Python
- Homepage:
- Size: 140 KB
- Stars: 51
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo is a Stable Diffusion + ControlNet + Inpaint WebUI implementation.
### Installation
```bash
pip install diffusion-webui
```
### Usage
```python
from diffusion_webui import app
app()
```