01-02 github comfyui

1

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

2- Clone the repo

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

3- Install requirement.txt

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

4- run comfyui

Run the main.py python script in the ComfyUI directory to get server

cd ComfyUI
python main.py