From accdaf99a6f1b92adb1de6412f5ddcf34c790062 Mon Sep 17 00:00:00 2001 From: Dylan Cathelijn Date: Sat, 24 Sep 2022 21:38:14 +0200 Subject: [PATCH] Updated Installation on Apple Silicon (markdown) --- Installation-on-Apple-Silicon.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Installation-on-Apple-Silicon.md b/Installation-on-Apple-Silicon.md index be7ca8c..c38e7dd 100644 --- a/Installation-on-Apple-Silicon.md +++ b/Installation-on-Apple-Silicon.md @@ -6,7 +6,9 @@ Upscaling works, but only using the real-ESRGAN models. ## Automatic installation -This script assumes you've installed the same dependencies as the other scripts (python, git, ...) - these can all be installed using [Homebrew](https://brew.sh/). +First, you need to install the required dependencies using [Homebrew](https://brew.sh). + +`brew install cmake protobuf rust python git` The script can be downloaded from [here](https://github.com/dylancl/stable-diffusion-webui-mps/blob/master/setup_mac.sh), or follow the instructions below. @@ -14,8 +16,9 @@ The script can be downloaded from [here](https://github.com/dylancl/stable-diffu 2. Run the following command: ``` -bash <(curl -s https://github.com/dylancl/stable-diffusion-webui-mps/blob/master/setup_mac.sh) +bash <(curl -s https://raw.githubusercontent.com/dylancl/stable-diffusion-webui-mps/master/setup_mac.sh) ``` + 3. Follow the instructions in the terminal window. #### Usage