-
Notifications
You must be signed in to change notification settings - Fork 26.9k
How to switch to different versions of WebUI
AUTOMATIC1111 edited this page Dec 4, 2023
·
2 revisions
Release candidate is a version that will soon be released as a new stable version. For example, before 1.7.0 is released, there is 1.7.0-RC version, which is a release candidate - it has all new features and is available for testing.
Run those commands in webui directory:
git switch release_candidate
git pull
Run those commands in webui directory:
git switch master
Run those commands (this will create a directory called webuirc
- you can use a different name, and you can also rename the directory afterwards):
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git webuirc
cd webuirc
git switch release_candidate
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