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.

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.
Step 3: Restart ComfyUI
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.
I get this error:
Failed to execute startup-script: J:\AI Art\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\prestartup_script.py / module ‘folder_paths’ has no attribute ‘get_user_directory’
no se me instala el manager de comfy Ui, clono el repositorio en la carpeta de custom nodes, y cuando inicio me salta un error, me dice que ponga un # al principio en el documento de pyton de __init__.
Cuando pongo el # en # import manager_server # noqa: F401
# import share_3rdparty # noqa: F401, entonces me aparece en la interfaz el manager, pero cunado le doy me salta error 404, intento actualizar comfy Ui desde el manager pero se me queda congelado. Nose que hacer, he probado con chat gpt o3 mini high aver si me daba la solucion pero no me la daba, me ha dicho que revisase si estaban los documentos de manager.py y varios mas, el de manager.py no estaba pero desconozco si estaria dentro de alguna carpeta.
Me ha faltado añadir las versiones que tengo de git:git version 2.48.1.windows.1
y la version que tengo de phyton Python 3.10.9, diria que son las versiones correctas para comfyUi y no me tendria que dar problema al iniciar el manager
Yes,very useful.
Thanks.
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.