diff --git a/Installation-on-Apple-Silicon.md b/Installation-on-Apple-Silicon.md index d2de59b..06ce50d 100644 --- a/Installation-on-Apple-Silicon.md +++ b/Installation-on-Apple-Silicon.md @@ -13,7 +13,7 @@ Automatic installation 1. If Homebrew is not installed, follow the instructions at https://brew.sh to install it. Keep the terminal window open and follow the instructions under "Next steps" to add Homebrew to your PATH. 2. Open a new terminal window and run `brew install cmake protobuf rust python@3.10 git wget` 3. Clone the web UI repository by running `git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui` -4. Copy any Stable Diffusion models you want to use to `stable-diffusion-webui/models/Stable-diffusion` +4. Place Stable Diffusion models/checkpoints (.ckpt) you want to use to `stable-diffusion-webui/models/Stable-diffusion`. You need one to use webui, get one here as an example: https://huggingface.co/runwayml/stable-diffusion-v1-5/blob/main/v1-5-pruned-emaonly.ckpt 5. `cd stable-diffusion-webui` and then `./webui.sh` to run the web UI. A Python virtual environment will be created and activated using venv and any remaining missing dependencies will be automatically downloaded and installed. 6. To relaunch the web UI process later, run `./webui.sh` again. Note that it doesn't auto update the web UI; to update, run `git pull` before running `./webui.sh`.