From d01c79a184fe13ab7aa595b9aab57c8e2c675a36 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Mon, 5 Dec 2022 13:06:01 +0000 Subject: [PATCH] add a note about new install method --- Installation-on-Apple-Silicon.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Installation-on-Apple-Silicon.md b/Installation-on-Apple-Silicon.md index 322d6ea..55674cc 100644 --- a/Installation-on-Apple-Silicon.md +++ b/Installation-on-Apple-Silicon.md @@ -1,15 +1,7 @@ ## 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. - -EDIT: They all seem to be working now except for "DPM fast" (which returns random noise), and DDIM and PLMS (both of which fail immediately with the following error: "AssertionError: Torch not compiled with CUDA enabled"). According to a user on an M1 Max macbook pro with 32 gigs of ram https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3694 - -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. - +The Old installation guide below may be outdated, please try running `webui-user.sh` to install. See [this Pull Request](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/5286) for reference. + ## Automatic installation First, you need to install the required dependencies using [Homebrew](https://brew.sh).