02-01 Run Manager - custom node

1

To Download models to use, you need to run a manager, To use old manager, close server and use -h flag to see options,

python main.py -h

Use the --enable-manager on python main.py command and (with mac) use the --force-fp32

python main.py --enable-manager --force-fp32

The --listner flag can be added to connect other devices on network to server (do this later)

2- Warning had to upgrade restart

After runing the above options i got this pop up to upgrade, i ran this, restarted

pip install -U comfyui-manager
http://127.0.0.1:8188

Now the extension

He didn't explain clear at first, this is the new manager

3 old manager (legacy)

The above is the new manager, if you want to use the old manager, Run

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

O NO, nothing, it is not installed, install old manager in next lesson