Replies: 2 comments
-
Hi, I have the same question/mac, you finally got the answer? |
Beta Was this translation helpful? Give feedback.
-
I tried the instructions from the following URL and it worked for me on an Intel Mac with Big Sur 11.7.10. https://pupuweb.com/how-use-automatic1111-intel-mac/#How_to_Install_Automatic1111_on_an_Intel_Mac After following the instructions, linked above, I had to run the following: pip3 install fsspec gcsfs Then to fix the "ModuleNotFoundError: No module named 'pytorch_lightning.utilities.distributed'" I followed the instruction from Issue 11458 - #11458 /stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/models/diffusion/ddpm.py (Line: 20) It worked for me. Might work for you as well. I then had to install the OpenAI Clip according to this https://stackoverflow.com/questions/76298008/getting-no-module-named-clip-error-in-stable-diffusions-webui-bat-how-to-fix pip3 install git+https://github.com/openai/CLIP.git To start AUTOMATIC1111 I have to use the command line to prevent the Pytordch CUDA error and generate images. --skip-torch-cuda-test --upcast-sampling --no-half --use-cpu all |
Beta Was this translation helpful? Give feedback.
-
Can I install Stable Diffusion on my Mac? These are my specs
You have macOS 11.7.10
Processor: 3.5 GHz Quad-Core Intel Core i5
Memory: 32 GB 1600 MHz DDR3
Graphics: AMD Radeon R9 M295X 4 GB
I tried downloading it but I'm getting an 128 error so maybe my mac is to old?
Do I have to download stable diffusion or is there a version that I can use within my chrome browser?
Beta Was this translation helpful? Give feedback.
All reactions