-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Dependencies
Chris Braun edited this page Sep 15, 2022
·
10 revisions
- Python 3.10.6 and Git:
sudo apt install wget git python3 python3-venv
- Linux (Red Hat-based):
sudo dnf install wget git python3
- Linux (Arch-based):
sudo pacman -S wget git python3
- The stable-diffusion-webui code may be cloned by running:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
- The Stable Diffusion model checkpoint
model.ckpt
needs to be placed in the base directory, alongsidewebui.py
- Official download
- File storage
- Torrent (magnet:?xt=urn:btih:3a4a612d75ed088ea542acac52f9f45987488d1c&dn=sd-v1-4.ckpt&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337)
GFPGAN can be used to improve faces, requiring the model to be placed in the base directory.
ESRGAN models such as those from the Model Database, may be placed into the ESRGAN directory.
A file will be loaded as a model if it has .pth
extension, and it will show up with its name in the UI.
Note: RealESRGAN models are not ESRGAN models, they are not compatible. Do not download RealESRGAN models. Do not place RealESRGAN into the directory with ESRGAN models.
This is the Stable Diffusion web UI wiki. Wiki Home
Setup
- Install and run on NVidia GPUs
- Install and run on AMD GPUs
- Install and run on Apple Silicon
- Install and run on Intel Silicon (external wiki page)
- Install and run via container (i.e. Docker)
- Run via online services
Reproducing images / troubleshooting
Usage
- Features
- Command Line Arguments and Settings
- Optimizations
- Custom Filename Name and Subdirectory
- Change model folder location e.g. external disk
- User Interface Customizations
- Guides and Tutorials
Developers