From 289e1490c8820cfbd7d67c82d60b470eea5dac54 Mon Sep 17 00:00:00 2001 From: Dylan Cathelijn Date: Sat, 24 Sep 2022 23:37:32 +0200 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 ba255d2..df30d0d 100644 --- a/Installation-on-Apple-Silicon.md +++ b/Installation-on-Apple-Silicon.md @@ -8,7 +8,7 @@ Upscaling works, but only using the real-ESRGAN models. First, you need to install the required dependencies using [Homebrew](https://brew.sh). -`brew install cmake protobuf rust python git` +`brew install cmake protobuf rust python git wget` 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.