Here’s what i got trying to install the ComfyUI 0.4.0 - arm64 on macOS
Any suggestions ?
A couple of fixes are on the way - one in 0.4.1, the other will be available in 0.4.2.
What you can do, after
Installing ComfyUI beta for Mac Apple silicon
create separately a conda env meaning:
enter the env you just created
I guess, you will get an issue while trying to run the ComfyUI, since they are running the main.py file inside your /Applications/ComfyUI.app/Contents/Resources/ComfyUI. So what you can do is copy that folder into ~/Documents/ComfyUI. Moving it because at runtime python will try to manipulate files (I/O operations will happen for sure) via cp -rf /Applications/ComfyUI.app/Contents/Resources/ComfyUI ~/Documents
now you can easily start your python main.py
, you will be able to see the local IP address to access in the browser.
There’s really no point in installing the desktop app if you’re just going to copy the contents out and use a browser. It would save you a lot of hassle to just download and install regular ComfyUI from the main repo and use that.