From e4643d7c33adf8a550520491729c307e412c76d4 Mon Sep 17 00:00:00 2001 From: brkirch Date: Wed, 14 Dec 2022 07:17:44 -0500 Subject: [PATCH] Updated Installation on Apple Silicon (markdown) --- Installation-on-Apple-Silicon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation-on-Apple-Silicon.md b/Installation-on-Apple-Silicon.md index 710a7f7..293fc38 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. Place Stable Diffusion models/checkpoints you want to use to `stable-diffusion-webui/models/Stable-diffusion`. If you don't have any, see [Downloading Stable Diffusion Models](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon#downloading-stable-diffusion-models) below. +4. Place Stable Diffusion models/checkpoints you want to use into `stable-diffusion-webui/models/Stable-diffusion`. If you don't have any, see [Downloading Stable Diffusion Models](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon#downloading-stable-diffusion-models) below. 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`.