-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Dependencies
YesYouKen edited this page Jun 7, 2023
·
10 revisions
- Python 3.10.6 and Git:
- Windows: download and run installers for Python 3.10.6 (webpage, exe, or win7 version) and git (webpage)
- Linux (Debian-based):
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
- Code from this repository:
- preferred way: using git:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
.- This way is preferred because it lets you update by just running
git pull
. - Those commands can be used from command line window that opens after you right click in Explorer and select "Git Bash here".
- This way is preferred because it lets you update by just running
- alternative way: use the "Code" (green button) -> "Download ZIP" option on the main page of the repo.
- You still need to install git even if you choose this.
- To update, you'll have to download zip again and replace files.
- preferred way: using git:
Additional finetuned ESRGAN models such as those from the Model Database, may be placed into the ESRGAN directory. ESRGAN directory doesn't exist in the repo, until you run for the first time.
The models 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