comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
55.65k stars 5.87k forks source link

Installation on Macs #1140

Open kelvin-zhao opened 1 year ago

kelvin-zhao commented 1 year ago

Hi guys,

I think the Mac's installation guide is assuming knowledge on quite a lot of stuff and simply following it point-blank, doesn't seem to get me anywhere. For example I think automatic does it via conda, but it hides those inside a .sh, so just running that will activate the environment and run the python script and close it after using.

But I'm not sure how comfyui does it, but following the Mac's installation I end up with '-bash: python: command not found', while all the other other steps before that was run. Is it because I need to activate some sort of environment to start the ui that I'm missing?

PlebeiusGaragicus commented 1 year ago

run 'python3 main.py --force-fp16'

You need python3, not python.

Yes, a fair amount of command line knowledge is needed to troubleshoot issues like this.

rugovit commented 7 months ago

If you just want to run ComfyUI without any command line knowledge try out this script, one click solution