ComfyUI is a popular, open-source user interface for Stable Diffusion, Flux, and other AI image and video generators. It makes it easy for users to create and share custom workflows.
ComfyUI manager is a custom node that installs and updates other custom nodes through the ComfyUI interface.
This article covers installing ComfyUI Manager on Windows and Mac.
Install ComfyUI Manager on Windows
In the File Explorer App, navigate to the folder ComfyUI_windows_portable > ComfyUI > custom_nodes.
In the address bar, type cmd
and press Enter.
A command prompt terminal should come up.
Type the following command and press Enter.
git clone https://github.com/ltdrdata/ComfyUI-Manager
Wait for it to complete.
Restart ComfyUI. You should see the new Manager button on the floating panel. Click it to access ComfyUI Manager.
Tip: If ComfyUI Manager doesn’t show up, read the error message in the terminal.
A common error mode is GIT (A source code management system) not installed in your system. Installing GIT should resolve the issue.
Install ComfyUI Manager on Mac
To install ComfyUI Manager, go to the custom nodes folder Terminal (Mac) App:
cd ComfyUI/custom_nodes
And clone the node to your local storage.
git clone https://github.com/ltdrdata/ComfyUI-Manager
Restart ComfyUI completely.
Useful functions
Here is a list of popular uses of ComfyUI Manager.
- Install Missing Custom Nodes: After loading a workflow JSON file, you see red boxes in your workflow. You don’t have the custom nodes required for this workflow. Click this button to find the nodes that are missing and install them.
- Custom node Manager: Search for a custom node to install. You can also update custom nodes here.
- Update ComfyUI: Update ComfyUI without updating the custom nodes.
- Update All: Update all the custom nodes and ComfyUI.
- Model Manager: Download checkpoint, LoRA and other models.