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")Top in AI & ML
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.
Related Reading
Guides and comparisons from the Greptile content library
Best Code Review Tools in 2026
The best code review tools in 2026, compared on pricing, features, deployment options, and ideal use cases for teams of any size.
Best AI Code Review Tools for GitLab
Enterprise-grade AI code review tools for GitLab teams. In-depth comparison of accuracy, security, and integration features to accelerate your merge request workflows.
What is agentic coding? Benefits, risks, and best tools to consider
What engineering leaders need to know about agentic coding: how it differs from AI coding and vibe coding, how it works, the benefits and risks, and the tools worth evaluating.
Best AI Code Review Tools for GitHub
Top-rated AI code review tools for GitHub teams in 2025. Compare features, pricing, and accuracy to find the perfect fit for faster PR reviews and bulletproof code quality.