Closed grepson closed 1 month ago
It seems to work if no nightly build of pytorch is installed and you're making sure that everything is done on python 3.12
. Steps to get working install on macos:
python3.12 -m venv ./venv
source venv/bin/activate
pip3.12 install -r requirements.txt
Now the UI can be launched since dependencies are installed correctly.
Expected Behavior
Requirements are installed and ComfyUI can be started from
.py
scriptActual Behavior
pip3.13 install -r requirements.txt
produces error and is not installing required packages.Steps to Reproduce
git clone https://github.com/comfyanonymous/ComfyUI.git
python3 -m venv ./venv
source venv/bin/activate
pip3.13 install -r requirements.txt
And I'm getting a error on M1 Max with 64GB of ram running latest OS.
Debug Logs
Other
The same issue is happening on v0.2.5 release.