From e1641c0a3428f038949bfc0f2faba77ee1797933 Mon Sep 17 00:00:00 2001 From: Dylan Cathelijn Date: Tue, 27 Sep 2022 20:58:38 +0200 Subject: [PATCH] Updated Installation on Apple Silicon (markdown) --- Installation-on-Apple-Silicon.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Installation-on-Apple-Silicon.md b/Installation-on-Apple-Silicon.md index e6d2e5d..26f23d4 100644 --- a/Installation-on-Apple-Silicon.md +++ b/Installation-on-Apple-Silicon.md @@ -1,9 +1,13 @@ -## Important note +## Important notes 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. +People have also had issues completing the installation because they have previous installations of Python and/or Miniconda. This causes the script to be confused about where to install the environment and all related files. + +Please follow [this guide](https://apple.stackexchange.com/questions/284824/remove-and-reinstall-python-on-mac-can-i-trust-these-old-references/285028#285028) if this is the case. + ## Automatic installation First, you need to install the required dependencies using [Homebrew](https://brew.sh).