[HARDWARE] Support for Apple Silicon and Intel Mac #210
Replies: 6 comments 10 replies
-
What error do you get? I'm not sure about mac but on linux which is similar you would probably need to do chmod +x
This shouldn't be needed if the .sh script is in the stable-diffusion directory and the current working directory when you run the .sh script is the stable-diffusion folder You may still have issues with some features, see https://github.com/magnusviri/stable-diffusion for Apple Silicon support. Is your Mac actually Apple Silicon or is it an Intel Mac? Support for the two will probably differ. |
Beta Was this translation helpful? Give feedback.
-
Hey, I have an Intel and here is what I get by using the following content: conda env create -f /Users/[name_of_the_account]/Downloads/stable-diffusion-main/environment.yaml (base) [name_of_the_account]@macbook-pro ~ % sh /Users/[name_of_the_account]/Downloads/stable-diffusion-main/webui.sh ResolvePackageNotFound:
Collecting package metadata (repodata.json): done ResolvePackageNotFound:
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
Currently supported shells are:
See 'conda init --help' for more information and options. IMPORTANT: You may need to close and restart your shell after running 'conda init'. python: can't open file '/Users/[name_of_the_account]/scriptsrelauncher.py': [Errno 2] No such file or directory |
Beta Was this translation helpful? Give feedback.
-
Well do you even have a nvidia graphics card? Apple silicon is supported because it has good integrated graphics. Afaik Intel Mac have Intel Iris, unless you have a Mac Pro or something I think you're out of luck.
That specifically is because the slash is the wrong way round |
Beta Was this translation helpful? Give feedback.
-
I have this: Intel UHD Graphics 630 1536 MB can't open file '/Users/[name_of_the_account]/scripts/relauncher.py
python: can't open file '/Users/[name_of_the_account]/scripts/webui.py': [Errno 2] No such file or directory but the file is there |
Beta Was this translation helpful? Give feedback.
-
just Not that it matters as it's unlikely you can get this working with your hardware for now |
Beta Was this translation helpful? Give feedback.
-
Hey guys, I'm a total noob here and just wondering if there is a way to get it to work on M1 Mac especially with GUI yet? |
Beta Was this translation helpful? Give feedback.
-
Re-opening as this was closed a bit too early. I am still having troubles...
The first part was: #145
Here my comments to yours
| conda env create -f environment.yaml
Hey thanks for this. I have some difficulties. Here is what I have done:
What am I doing wrong?
What should I write exactly after activate?
Thx!
conda env create -f /Users/[name_of_the_user]/Downloads/stable-diffusion-main/environment.yaml
conda env update --file environment.yaml --prune
conda activate /Users/[name_of_the_user]/Downloads/stable-diffusion-main/environment.yaml
python scripts\relauncher.py
Beta Was this translation helpful? Give feedback.
All reactions