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 must-have custom node that lets you do the following in the ComfyUI interface:
- Install and update other custom nodes
- Update ComfyUI
- Install missing custom nodes in a workflow
- Install models
This article covers installing ComfyUI Manager on Windows and Mac.
Table of Contents
Install ComfyUI Manager on Windows
Step 1: Install git
You will need the version control tool Git to copy ComfyUI Manager from GitHub to your local machine.
Download and install Git for Windows. Pick the 64-bit standalone installer version.
Step 2: Clone ComfyUI Manager
In the File Explorer App, navigate to the folder ComfyUI_windows_portable > ComfyUI > custom_nodes.
![](https://stable-diffusion-art.com/wp-content/uploads/2024/01/image-87-1024x579.png)
In the address bar, type cmd
and press Enter.
![](https://stable-diffusion-art.com/wp-content/uploads/2024/01/image-88-1024x455.png)
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.
Step 3: Restart ComfyUI
Restart ComfyUI. You should see the new Manager button on the floating panel. Click it to access ComfyUI Manager.
![](https://stable-diffusion-art.com/wp-content/uploads/2024/01/image-89.png)
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
![](https://stable-diffusion-art.com/wp-content/uploads/2024/09/image-1-1024x537.png)
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.
after doing this i get an error
Unable to start ComfyUI Desktop v0.4.16
im forced to reinstall the app and still get the error
Hello,
I have encountered an issue while attempting to clone the ComfyUI-Manager repository on my computer using Git. I am facing the following errors during the cloning process:
Cloning into ‘ComfyUI-Manager’…
remote: Enumerating objects: 16813, done.
remote: Counting objects: 100% (1727/1727), done.
remote: Compressing objects: 100% (409/409), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 2040 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Could you assist me in understanding what might be causing this error? Are there any recommendations or workarounds that you could suggest for successfully cloning the repository? Any information or assistance would be greatly appreciated.
Thank you for your time and support.
From the post below, you can try using an VPN.
https://stackoverflow.com/questions/70235967/git-clone-error-error-rpc-failed-curl-92-http-2-stream-7-was-not-closed-cleanl
I swear that your website is THE BEST to learn hot to use Stable / Flux and AI.
Way better that those countless long youtube videos.
Thanks 😊 I was inspired by chatgpt to give straight answers but better.