-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Installation on Apple Silicon
While the web UI runs fine, there are still certain issues when running this fork on Apple Silicon.
The only 2 samplers that work (at the time of writing this) are Euler
and DPM2
- all others result in a black screen.
Upscaling works, but only using the real-ESRGAN models.
First, you need to install the required dependencies using Homebrew.
brew install cmake protobuf rust python git wget
The script can be downloaded from here, or follow the instructions below.
- Open Terminal.app
- Run the following commands:
$ cd ~/Documents/
$ curl https://raw.githubusercontent.com/dylancl/stable-diffusion-webui-mps/master/setup_mac.sh -o setup_mac.sh
$ chmod +x setup_mac.sh
$ ./setup_mac.sh
- Follow the instructions in the terminal window.
After installation, you'll now find run_webui_mac.sh
in the stable-diffusion-webui
directory. Run this script to start the web UI using ./run_webui_mac.sh
.
This script automatically activates the conda environment, pulls the latest changes from the repository, and starts the web UI. On exit, the conda environment is deactivated.
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