Go to https://github.com/Comfy-Org/ComfyUI
follow step 1 , use pip3 to install pytorch
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu
from https://github.com/Comfy-Org/ComfyUI
git clone the code
You will need brew and git installed for this to work https://brew.sh/ https://git-scm.com/install/mac
I had to reinstall brew, then git from link above then the command
wasnt' sure but activated comfyui env before cloning repo
conda activate comfyui
git clone https://github.com/Comfy-Org/ComfyUI.git
As seen at https://github.com/Comfy-Org/ComfyUI
Make sure you are in (comfyui) enviroment, and you are in the ComfyUI directory
created in the last step
paste this command
pip install -r requirements.txt
I ran into this error, Make sure python and pip are running through the miniconda enviroment,
I had alias for both pip and python
Run the main.py python script in the ComfyUI directory to get server
cd ComfyUI
python main.py