From c8f3578d82a26f3d153a45b2794247a5a5692ffd Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:32:04 +0000 Subject: [PATCH] Updated Installation on Apple Silicon (markdown) --- Installation-on-Apple-Silicon.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation-on-Apple-Silicon.md b/Installation-on-Apple-Silicon.md index 26f23d4..322d6ea 100644 --- a/Installation-on-Apple-Silicon.md +++ b/Installation-on-Apple-Silicon.md @@ -4,6 +4,8 @@ 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.