ComfyUI-Manager

(β˜… 15,854)

ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.

  • .gitignore
  • __init__.py
  • alter-list.json
  • CHANGELOG.md
  • channels.list.template
  • check.bat
  • check.sh
  • cm-cli.py
  • cm-cli.sh
  • custom-node-list.json
  • extension-node-map.json
  • extras.json
  • git_helper.py
  • github-stats.json
  • json-checker.py
  • LICENSE.txt
  • model-list.json
  • openapi.yaml
  • pip_overrides.json.template
  • pip_overrides.osx.template
  • prestartup_script.py
  • pyproject.toml
  • README.md
  • requirements.txt
  • ruff.toml
  • scan.sh
  • scanner.py

# Installation Guide

1. Get the code
git clone https://github.com/Comfy-Org/ComfyUI-Manager

Downloads the entire project code from GitHub to your computer.

cd ComfyUI-Manager

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install comfy-cli

Installs the package published on PyPI directly β€” no need to clone the source.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Python

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
python -m venv venv

Runs the Python script (or module).

pip install comfy-cli

Installs the package published on PyPI directly β€” no need to clone the source.

use_uv = <Use uv instead of pip for dependency installation.>

Type this command into your terminal and run it.

* NOTE: `Install via git url`, `pip install`, and installation of custom nodes

Installs the Python libraries listed in requirements.txt (or similar).

pack's transitive dependency pip installs

Installs the Python libraries listed in requirements.txt (or similar).

βœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation