mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-28 10:25:05 +08:00
Page:
How to switch to different versions of WebUI
Pages
API
Change model folder location
Command Line Arguments and Settings
Containers
Contributing
Custom Images Filename Name and Subdirectory
Custom Scripts
Dependencies
Developing custom scripts
Developing extensions
Extensions index
Extensions
Features
Guides and Tutorials
Home
How to make your own Inpainting model
How to switch to different versions of WebUI
Install and Run on AMD GPUs
Install and Run on NVidia GPUs
Installation on Apple Silicon
List of Time Zones
Localization
Negative prompt
On the benefits of writing short, concise code
Online Services
Optimizations
Optimum SDXL Usage
Seed breaking changes
Tests
Textual Inversion
Troubleshooting
User Interface Customizations
Xformers
2
How to switch to different versions of WebUI
AUTOMATIC1111 edited this page 2023-12-04 09:55:52 +03:00
Release candidate
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.
How to switch existing installation to release candidate
Run those commands in webui directory:
git switch release_candidate
git pull
How to switch back to stable version in master branch:
Run those commands in webui directory:
git switch master
How to get release candidate in a new webui installation
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
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
This is the Stable Diffusion web UI wiki. Wiki Home