ComfyUI-Manager
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.
File Explorer
Download Latest Version (.zip)- publish-to-pypi.yml
- publish.yml
- ruff.yml
- .gitignore
- cm-cli.md
- use_aria2.md
- v3.38-userdata-security-migration.md
- cm-cli.md
- README.md
- cm_global.py
- cnr_utils.py
- git_utils.py
- manager_core.py
- manager_downloader.py
- manager_migration.py
- manager_server.py
- manager_util.py
- node_package.py
- README.md
- security_check.py
- share_3rdparty.py
- cm-api.js
- comfyui-gui-builder.js
- comfyui-manager.js
- comfyui-share-common.js
- comfyui-share-copus.js
- comfyui-share-openart.js
- comfyui-share-youml.js
- common.js
- components-manager.js
- custom-nodes-manager.css
- custom-nodes-manager.js
- model-manager.css
- model-manager.js
- node-usage-analyzer.css
- node-usage-analyzer.js
- node_fixer.js
- popover-helper.js
- README.md
- snapshot.css
- snapshot.js
- turbogrid.esm.js
- workflow-metadata.js
- Impact.pack
- custom-node-list.json
- extension-node-map.json
- github-stats.json
- model-list.json
- scan.sh
- custom-node-list.json
- extension-node-map.json
- model-list.json
- scan.sh
- alter-list.json
- custom-node-list.json
- extension-node-map.json
- model-list.json
- alter-list.json
- custom-node-list.json
- extension-node-map.json
- model-list.json
- custom-node-list.json
- extension-node-map.json
- model-list.json
- scan.sh
- README.md
- comfyui_colab_with_manager.ipynb
- colab-dependencies.py
- install-comfyui-venv-linux.sh
- install-comfyui-venv-win.bat
- install-manager-for-portable-version.bat
- the_snapshot_files_are_located_here
- setup_e2e_env.sh
- stage_flags.sh
- start_comfyui.sh
- stop_comfyui.sh
- test_e2e_install_flags.py
- conftest.py
- test_csrf_content_type_helper.py
- test_install_flag_predicate.py
- test_install_flags_config.py
- test_install_flags_gates.py
- test_install_flags_structural.py
- test_write_config_persistence.py
- .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
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- 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.
Pulled directly from this repo's README.
3. Python
Easypython -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).
Pulled directly from this repo's README.
