ComfyUI-Manager: Custom node management extension
Graphical package manager for ComfyUI custom nodes.
Learn more about ComfyUI-Manager
ComfyUI-Manager is a Python-based extension for ComfyUI that handles the lifecycle management of custom nodes through a graphical interface. It operates as a custom node itself, integrating into ComfyUI's node system to provide package management capabilities. The extension maintains compatibility with multiple installation methods including standard git-based installation, portable versions, and CLI-based setup through comfy-cli. It interfaces with the ComfyUI registry at registry.comfy.org to retrieve node metadata and dependency information.
Centralized Node Registry
Integrates with registry.comfy.org to provide unified access to custom node metadata and installation packages. Eliminates manual repository tracking by centralizing node discovery and dependency resolution in a single hub.
Multi-Environment Installation
Supports git clone, portable batch scripts, comfy-cli, and Linux venv setups through a single interface. Adapts to different deployment scenarios without requiring users to maintain separate tooling or workflows.
Runtime Node Control
Install, update, and remove custom nodes without restarting the ComfyUI server. Hot-reload capabilities enable rapid workflow iteration and experimentation with new node types.
import manager_core as core
# Install a custom node from URL
result = core.gitclone_install(
["https://github.com/ltdrdata/ComfyUI-Impact-Pack"]
)
if result:
print("Installation successful")
else:
print("Installation failed")Related Repositories
Discover similar tools and frameworks used by developers
Crush
LLM-powered coding agent with LSP and MCP integration.
Streamlit
Python framework for reactive data web applications.
ADK
Modular Python framework for building production AI agents.
Summarize
CLI and browser extension that generates summaries from URLs, files, videos, podcasts, and other media sources.
Pi Mono
Monorepo providing AI agent development tools, unified LLM API, and deployment management for multiple providers.