Homepage Most important code / how to

add this to .zshrc, to run all the following commands

alias comfyui='conda activate comfyui; cd ~/ComfyUI; python main.py --enable-manager --enable-manager-legacy-ui--force-fp32'

1 Important Copy Codes

After Installing everything

MAKE SURE you activate conda enviroment you created called comfyui

conda activate comfyui

Make SURE you're in right directory

cd ~/ComfyUI

Google search , comfyui manager github, or go to https://github.com/Comfy-Org/ComfyUI-Manager

https://github.com/Comfy-Org/ComfyUI-Manager.git

And you MUST Make sure you put clone it in the correct directory which is on my computer

cd ~/ComfyUI/custom_nodes

and

git clone https://github.com/Comfy-Org/ComfyUI-Manager.git
To Run

When that is done go back to /ComfyUI dir

cd ~/ComfyUI

and run. Include --enable-manager too he didn't in the tutorial and the old manager won't appear without it

python main.py --enable-manager --enable-manager-legacy-ui --force-fp32
Server
http://127.0.0.1:8188

add this to zshrc

he showed a great shortcut to show hidden files in finder

⌘ + ⇧ + .