Script for easier install on mac apple silicon / m1 / m2 / m3 #3283
Replies: 3 comments 1 reply
-
Tried to run your steps but I get the following error. File "/Users/user/comfyui/main.py", line 134, in Could you tell which numpy version you are using for this setup? |
Beta Was this translation helpful? Give feedback.
-
Need help in running comfyui on Mac m4. Getting the error with python3.11 File "/Users/user/comfyui/main.py", line 134, in with python3.12 - ComfyUI-CoreMLSuite installation error with pip × Getting requirements to build wheel did not run successfully. |
Beta Was this translation helpful? Give feedback.
-
I was experiencing similar issues to shubham805 and TjitseDeVries - Good news guys, the solution was right here in this repo all along. Quite a few important additions have been added to the 2.8.0 nightly build in regards to apple silicon and it would be lovely to see this on maybe the dev branch of comfyui so more apple folk get to take advantage of workflows like this: https://old.reddit.com/r/comfyui/comments/17q3mov/three_3_sampling_steps_is_all_it_took_for_these/ For the solution? Now if I could only get some sort of use out of the Core ML tool's nodes that'd be nice but it seems like that's broken. |
Beta Was this translation helpful? Give feedback.
-
Background: coreML tools are needed to have reasonable speed on a mac. but, the install process for comfy + manager + coreml tools is quite finicky.
After fussing with it for quite some time, I just went ahead and scripted it so the entire process is one command. (if you save the code below as comfy.sh, then the command would be
zsh comfy.sh
from the folder in terminalBeta Was this translation helpful? Give feedback.
All reactions