LogoWonderful Launcher
  • Home
  • Pricing
  • Docs
  • Download

ComfyUI Manager: Install, Open, Update, and Troubleshoot

Needs verification

Learn how to install ComfyUI Manager, open the Manager button, update nodes safely, and fix the most common Manager errors.

ComfyUI Manager is the plugin most users rely on to install, update, and search custom nodes inside ComfyUI.

If you searched for comfyui manager or comfyui-manager, the short answer is:

  • on Desktop, open the built-in Manager button after launch
  • on recent portable or manual installs, enable Manager in the same ComfyUI environment
  • on older builds, fall back to the legacy custom_nodes plugin install
  • open the Manager button in the ComfyUI toolbar
  • use it to install missing nodes, browse packages, and update plugins more safely

What ComfyUI Manager Does

ComfyUI Manager helps with four common jobs:

TaskWhat Manager Helps With
Install custom nodesSearch packages and install supported nodes
Update nodesUpdate installed plugins from the UI
Match missing nodesMap red or missing workflow nodes to known packages
Track plugin stateSee what is installed before changing the environment

If your workflow import shows red nodes or unknown node names, Manager is often the first tool to try before manual cloning.

Quick Start

If you just want to get Manager working:

  1. Install ComfyUI-Manager.
  2. Restart ComfyUI.
  3. Look for the Manager button in the toolbar.
  4. Open it and search for the node package you need.
  5. Restart again after installing new packages.

How to Install ComfyUI Manager

Desktop

ComfyUI Desktop already includes Manager. You usually only need to launch the app and confirm the Manager button appears in the toolbar.

Recent Windows portable package

Recent portable builds ship Manager in core. From the portable package root, install the manager requirements and launch with the manager flag:

.\python_embeded\python.exe -m pip install -r .\ComfyUI\manager_requirements.txt
.\python_embeded\python.exe -s .\ComfyUI\main.py --windows-standalone-build --enable-manager

Recent manual or Git-based install

Activate the same venv that launches ComfyUI, then run:

python -m pip install -r manager_requirements.txt
python main.py --enable-manager

Legacy plugin install

If your build still expects the older plugin-style install, use the legacy clone method:

cd ComfyUI/custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Manager.git comfyui-manager

Install requirements in the same Python environment that launches ComfyUI, then restart.

Managed launchers

Use the app's environment or plugin tooling instead of assuming python_embeded exists.

How to Open the Manager Button

After installation and restart, Manager usually appears in the ComfyUI toolbar.

If you searched how to access manager in comfyui, check these first:

  1. Confirm the ComfyUI-Manager folder actually exists under custom_nodes.
  2. Restart ComfyUI fully, not just the browser tab.
  3. Read the terminal log for IMPORT FAILED or ModuleNotFoundError.
  4. Confirm you installed Manager into the same ComfyUI environment you are launching.

If the button is still missing, the plugin probably failed to load rather than being hidden.

What to Do With Manager

Once Manager loads, the most useful actions are:

  • Search nodes when you know the package name
  • Install Missing Custom Nodes when importing a workflow
  • Update All only after you understand the environment risk
  • review installed packages before making more changes

Manager makes plugin work easier, but it does not eliminate dependency risk.

The Biggest Mistake: Treating Manager Like a Safe App Store

Manager is convenient, but custom nodes can still:

  • install new Python packages
  • change shared dependencies
  • pull in native binaries
  • conflict with other nodes
  • break startup on the next restart

That is why a stable workflow is:

  1. back up the environment or workflow first
  2. install one node or a small batch
  3. restart
  4. read the first real startup error before installing more

For the full safer workflow, use How to Install ComfyUI Custom Nodes Without Breaking Your Environment.

Common ComfyUI Manager Problems

ProblemLikely CauseBest Next Step
Manager button missingPlugin failed to loadRead startup log and confirm install path
Failed to get custom node listNetwork, GitHub, or cache problemComfyUI Manager Failed to Get Custom Node List Fix
Red nodes after importMissing packages or unmapped nodesTry Install Missing Custom Nodes, then manual lookup
ComfyUI broke after node installDependency drift or import failureInstalled Custom Nodes and Broke ComfyUI? Recover Without Reinstalling
Manager works, but updates break thingsToo many package changes at onceComfyUI Dependency Conflicts

When Manual Install Is Better Than Manager

Use manual install when:

  • the package is not registered in Manager
  • the workflow author links directly to a GitHub repo
  • Manager search cannot identify the right package
  • you need exact control over requirements and environment

Manager is a convenience layer, not the source of truth for every plugin in the ComfyUI ecosystem.

Where This Fits in the ComfyUI Journey

If you are still installing ComfyUI itself, start with How to Install ComfyUI.

If ComfyUI is already installed and you now need plugins, Manager is usually the first next step.

If Manager is the thing that broke, stop installing more packages and start with diagnosis instead.

Related Guides

  • How to Install ComfyUI
  • How to Install ComfyUI Custom Nodes Without Breaking Your Environment
  • ComfyUI Manager Failed to Get Custom Node List Fix
  • How to Fix ComfyUI Plugin Import Failed Errors
  • Installed Custom Nodes and Broke ComfyUI? Recover Without Reinstalling

Source References

  • Official ComfyUI Manager installation guide
  • Official ComfyUI Manager custom node management guide
  • Official ComfyUI custom node installation guide
  • ComfyUI-Manager GitHub repository

Start free with Wonderful Launcher if this affects your real ComfyUI environment. It keeps launcher-native repair, task logs, and runtime checks in one place; credits are only for image generation and metered tools.

Download Wonderful LauncherSee credit packages

Did this fix your issue?

Your answer helps prioritize verified ComfyUI repairs.

Table of Contents

What ComfyUI Manager Does
Quick Start
How to Install ComfyUI Manager
Desktop
Recent Windows portable package
Recent manual or Git-based install
Legacy plugin install
Managed launchers
How to Open the Manager Button
What to Do With Manager
The Biggest Mistake: Treating Manager Like a Safe App Store
Common ComfyUI Manager Problems
When Manual Install Is Better Than Manager
Where This Fits in the ComfyUI Journey
Related Guides
Source References