The app store ComfyUI didn't know it needed
Because manually hunting GitHub repos for AI nodes is a hobby nobody asked for.

What it does
ComfyUI-Manager is an extension that turns ComfyUI’s wild west of custom nodes into something resembling a package manager. It adds a “Manager” button to the main menu, then lets you browse, install, remove, disable, and enable custom nodes and models through a dialog interface. It also snapshots your current setup so you can restore it later, and includes a cm-cli tool for headless operation.
The interesting bit The project maintains its own registry channel with a one-day cache, plus a local database mode for offline or developer testing. That’s unusual for a frontend-heavy tool — most would just hit GitHub’s API and pray. The snapshot/restore mechanism is similarly thoughtful: it captures your entire node state, though it admits defeat on non-Git custom nodes.
Key highlights
- Three database modes: cached channel (default), local-only, and live remote
- Snapshot manager saves/restores full installation states across restarts
cm-clicommand-line interface for automation without running the GUI- Workflow sharing integration with comfyworkflows.com, openart.ai, and Matrix
- Security migration in v3.38 moved all manager data to protected user paths
Caveats
- Snapshot restore only fully works for Git-managed nodes; others are “incomplete”
- The README warns that custom node conflicts (yellow-highlighted) are the developer’s problem, not the manager’s
- Installation path is picky:
ComfyUI/custom_nodes/comfyui-managerexactly, or updates break
Verdict Essential if you use ComfyUI with more than three custom nodes. Skip it if you’re running a frozen, reproducible Docker setup and already handle dependencies yourself.
Frequently asked
- What is Comfy-Org/ComfyUI-Manager?
- Because manually hunting GitHub repos for AI nodes is a hobby nobody asked for.
- Is ComfyUI-Manager open source?
- Yes — Comfy-Org/ComfyUI-Manager is open source, released under the GPL-3.0 license.
- What language is ComfyUI-Manager written in?
- Comfy-Org/ComfyUI-Manager is primarily written in Python.
- How popular is ComfyUI-Manager?
- Comfy-Org/ComfyUI-Manager has 15.5k stars on GitHub and is currently holding steady.
- Where can I find ComfyUI-Manager?
- Comfy-Org/ComfyUI-Manager is on GitHub at https://github.com/Comfy-Org/ComfyUI-Manager.