skillfed

comfyui-manager

ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI.

comfyui-manager v4.2.2 791.4K downloads/30d#5,047 on PyPI15,757
Copyleft license GPL-3.0-only Active released

What it is and what it does

ComfyUI-Manager is an extension that adds a management layer to ComfyUI, a node-based generative AI framework. It provides a graphical interface and command-line tools to discover, install, update, and remove custom nodes from a community registry (registry.comfy.org). The extension also handles configuration, snapshots of installation state, and workflow sharing to external platforms.

The package depends on GitPython and PyGithub for repository operations, transformers and huggingface-hub for model handling, and typer and rich for CLI and terminal output. It runs as part of ComfyUI's backend and is now installable via pip (as of v4.0) rather than requiring manual git cloning. The extension manages custom nodes through three database modes—cached channel data, local storage, or live remote queries—and supports rollback via snapshots saved to disk.

Use it for:

  • Browse and install community-created custom nodes without manually cloning repositories or editing configuration files
  • Update all installed custom nodes at once and roll back to a previous installation state via snapshots
  • Share ComfyUI workflows to external platforms (comfyworkflows.com, openart.ai, youml.com) directly from the UI
  • Manage custom node dependencies and resolve conflicts between extensions using the Manager's conflict detection
  • Use cm-cli command-line tools to automate custom node installation and management without running the ComfyUI GUI

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Installs, removes, disables, and enables custom nodes for ComfyUI, plus provides a hub interface to browse and manage a registry of community extensions.

Yes. ComfyUI-Manager is actively maintained, has no known vulnerabilities, and low install friction. It is essential for anyone using ComfyUI who wants to manage custom nodes without manual repository cloning. The GPL-3.0 copyleft license is standard for the ComfyUI ecosystem. Install it if you use ComfyUI; it is now a dependency of ComfyUI itself in recent versions.

Install

comfyui-manager on PyPI

pip

pip install comfyui-manager

uv

uv add comfyui-manager

poetry

poetry add comfyui-manager

Installing comfyui-manager

Before you install

Low friction: pure Python wheel with no compiled dependencies. Active maintenance (last commit 2026-08-13, 61 days since release). Requires Python 3.9+. Depends on GitPython, PyGithub, transformers, huggingface-hub, typer, rich, and others—a moderately sized dependency tree but all are standard Python packages.

License in practice

GPL-3.0-only (copyleft): any derivative work or modification must also be licensed under GPL-3.0. If you modify the source or bundle it with proprietary code, you must disclose those modifications and license them under GPL-3.0 as well.

Quickstart

pip install comfyui-manager

from comfyui_manager import manager
# Typically invoked via ComfyUI's web UI Manager button or cm-cli command-line tools

Requires ComfyUI to be installed separately; designed as an extension to ComfyUI, not a standalone tool. Python 3.9 or later required.

Verify before relying

  • Whether transformers and huggingface-hub are always needed at runtime or only for specific features
  • Performance impact of the three DB modes (Channel cache, Local, Channel remote) on large custom-node registries
  • Snapshot restore reliability for custom nodes not managed by Git

Package facts

License GPL-3.0-only (copyleft)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 10 — GitPython, PyGithub, transformers, huggingface-hub, typer, rich, typing-extensions, toml, uv, chardet
Maintenance actively maintained — 61 days since the last release
Last repo commit
First released
Downloads 791,415/month — #5,047 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: comfyui_manager-4.2.2-py3-none-any.whl

Keywords: comfyui, comfyui-manager

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: GNU General Public License v3 (GPLv3)

Tags

comfyui custom node managerinstall comfyui extensionscomfyui node registrymanage comfyui pluginscomfyui package installercomfyui extension hubcustom node installer
comfyui-ecosystemnode-managementworkflow-sharing

More Application Frameworks packages

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

textual

Textual is a Python framework for building…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

mcp

Build and connect to Model Context Protocol…

permissive · top 1,000 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

comfy-cli

A command-line tool for installing,…

copyleft · top 15,000 on PyPI

comfyui-embedded-docs

Delivers embedded documentation for ComfyUI's…

copyleft · top 5,000 on PyPI

comfyui-workflow-templates-media-video

Provides a collection of video workflow…

permissive · top 5,000 on PyPI

napari-plugin-manager

Provides a graphical interface for discovering,…

permissive · top 15,000 on PyPI

comfyui-workflow-templates-json

Provides workflow template JSON definitions for…

permissive · top 5,000 on PyPI

comfyui-workflow-templates-media-api

Provides a media bundle of API-driven workflow…

permissive · top 5,000 on PyPI

comfyui-workflow-templates-media-image

Provides a collection of image workflow assets…

permissive · top 5,000 on PyPI

comfyui-workflow-templates

Provides a curated collection of workflow…

permissive · top 5,000 on PyPI

comfyui-workflow-templates-media-other

Provides a collection of audio, 3D model, and…

permissive · top 5,000 on PyPI

comfyui-workflow-templates-media-assets-01

Provides a collection of media assets (images,…

permissive · top 5,000 on PyPI

Further reading