Earngenix Logo
Skip to main content

ComfyUI Tutorial · Beginner Friendly · 2026

How to Install ComfyUI Manager and Set Up Essential Tools

Set up ComfyUI Manager, install the Crystools monitoring extension, and share models between AUTOMATIC1111 and ComfyUI — all in one guide.

By Earngenix Team8 min read
ComfyUI Manager installed and visible in the ComfyUI interface

Introduction

What this guide covers: How to install ComfyUI Manager, add the ComfyUI-Crystools monitoring extension, and share models between AUTOMATIC1111 and ComfyUI to save disk space.

If you have just installed ComfyUI and want to manage custom nodes without touching the command line every time, ComfyUI Manager is the first extension you should add. It is the package manager that ComfyUI lacks out of the box — letting you find, install, update, and remove nodes and models directly from the interface.

This guide walks you through the full setup: installing the Manager, adding a useful system-monitoring extension called Crystools, and configuring ComfyUI to share your existing model library with AUTOMATIC1111 so you do not need duplicate downloads.

What Is ComfyUI Manager and Why Install It?

ComfyUI Manager is a powerful extension for ComfyUI that helps manage your custom nodes and models more easily. With ComfyUI Manager, users can effortlessly install missing nodes, update components, and download model files — all in one place.

Main Features of ComfyUI Manager

Install Missing Custom Nodes

Automatically find and install any nodes missing from your workflow with one click.

Custom Node Management

Easily search for, install, update, and remove custom nodes without using the terminal.

ComfyUI Updates

Update the main ComfyUI software or all installed custom nodes simultaneously.

Model Management

Download and organize checkpoints, LoRA models, and other model files directly from the UI.

ComfyUI Manager interface showing the main menu with options for custom nodes and model management
ComfyUI Manager main interface — your central hub for managing nodes and models

How to Install ComfyUI Manager

Follow these four steps to install ComfyUI Manager on your PC. You will need Git installed — if you do not have it, the link is in Step 3.

Navigate to the Custom Nodes Folder

Open your ComfyUI installation folder and go into the custom_nodes subfolder.

Windows Explorer showing the ComfyUI custom_nodes folder location
Open the ComfyUI/custom_nodes folder on your computer

Open Command Prompt from the Folder

Click the address bar of the folder window, type cmd, and press Enter. This opens a terminal already pointed at the correct directory.

Windows Explorer address bar with cmd typed to open Command Prompt in the current folder
Type cmd in the address bar and press Enter to open a terminal in the right location

Clone the ComfyUI Manager Repository

Paste the command below into the terminal and press Enter. Git will download the Manager into a new folder inside custom_nodes.

git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager
💡 Tip: If Git is not installed, download it from git-scm.com/downloads/win and install it first, then run the command above.
Command Prompt showing git clone command running and downloading ComfyUI Manager
The git clone command downloads ComfyUI Manager into your custom_nodes folder

Restart ComfyUI

Close and reopen ComfyUI. The Manager button will appear at the top of the ComfyUI interface once it restarts successfully.

ComfyUI interface showing the Manager button appearing at the top after successful installation
After restarting, the ComfyUI Manager button appears at the top of the interface

Installing Useful Extensions: ComfyUI-Crystools

ComfyUI-Crystools is a helpful extension that shows real-time information about your system's resource usage, including CPU, RAM, GPU, VRAM, and temperature. It also displays progress bars and time elapsed for each generation — very useful for monitoring slow runs or spotting hardware bottlenecks.

ComfyUI Crystools monitoring bar showing live CPU, RAM, GPU, and VRAM usage at the top of the interface
Crystools adds a live resource monitoring bar at the top of your ComfyUI interface

How to Install ComfyUI-Crystools with ComfyUI Manager

Open ComfyUI Manager from the top menu

Click the Manager button that appeared after your earlier installation.

ComfyUI Manager button in the top menu bar

Click on "Custom Node Manager"

This opens the searchable list of all available community extensions.

ComfyUI Manager showing the Custom Node Manager option
Select Custom Node Manager from the ComfyUI Manager panel

Search for "ComfyUI-Crystools"

Type the name in the search bar and the extension will appear in the results.

ComfyUI Manager Custom Node Manager search showing ComfyUI-Crystools in the results
Search for "ComfyUI-Crystools" in the Custom Node Manager

Click Install next to the extension

The Manager will download and install Crystools automatically.

Install button highlighted next to ComfyUI-Crystools in the Custom Node Manager
Click Install — ComfyUI Manager handles the download automatically

Restart ComfyUI to activate the extension

Use the Restart button inside the Manager, or close and reopen ComfyUI manually.

ComfyUI Manager showing the Restart button to apply newly installed extensions
Restart ComfyUI after installation to activate Crystools

After restarting, a monitoring bar will appear at the top of your screen showing live CPU, RAM, GPU, VRAM usage and generation progress.

ComfyUI with Crystools active — monitoring bar showing real-time CPU 24%, RAM 62%, GPU 89%, VRAM usage at the top
The Crystools monitoring bar gives you live hardware stats while ComfyUI is running

Sharing Models between AUTOMATIC1111 and ComfyUI

To save hard drive space, it is good practice to share model files between AUTOMATIC1111 and ComfyUI. This lets both tools use the same checkpoints, LoRA models, and textual inversions — no duplicate downloads, easier management.

⚠️ Note: This step requires you to know the full file path to your AUTOMATIC1111 installation folder (e.g. D:\ai\stable-diffusion-webui). Have that ready before you start.

Steps to Link AUTOMATIC1111 Models to ComfyUI

Navigate to the ComfyUI portable folder

Open your ComfyUI_windows_portable folder, then go into the ComfyUI subfolder.

ComfyUI_windows_portable > ComfyUI

Copy and rename the example config file

Find the file named extra_model_paths.yaml.example. Copy it and rename the copy to extra_model_paths.yaml (remove the .example part).

Windows Explorer showing extra_model_paths.yaml.example and the renamed extra_model_paths.yaml file in the ComfyUI folder
Copy the .example file and rename it to extra_model_paths.yaml

Open extra_model_paths.yaml in a text editor

Right-click the file and open it with Notepad, VS Code, or any text editor.

Replace the base_path with your A1111 folder path

Find the line below and replace the placeholder with the actual path to your AUTOMATIC1111 installation.

Find this line:

base_path: path/to/stable-diffusion-webui/

Replace it with your actual path, for example:

base_path: D:\ai\stable-diffusion-webui
Text editor showing extra_model_paths.yaml with the base_path updated to point to the AUTOMATIC1111 installation directory
Update base_path to point to your AUTOMATIC1111 folder, then save

Save the file and restart ComfyUI

After saving, restart ComfyUI. All your AUTOMATIC1111 checkpoints, LoRA models, and textual inversions will now appear in ComfyUI's model dropdowns.

ComfyUI checkpoint loader dropdown showing AUTOMATIC1111 models now available after linking via extra_model_paths.yaml
After restarting, all your A1111 models appear directly in ComfyUI — no duplicate downloads needed
💡 Tip: This also works in reverse — any models you later download through ComfyUI Manager will be stored in ComfyUI's own models folder, but you can point A1111 to that too.

Frequently Asked Questions

ComfyUI Manager is an extension for ComfyUI that simplifies managing custom nodes and models. It lets you install missing nodes, update components, and download model files all from one interface — without touching the terminal for routine tasks.

Navigate to your ComfyUI/custom_nodes folder, open Command Prompt from the address bar (type cmd and press Enter), then run: git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager. Restart ComfyUI and the Manager button will appear at the top.

Yes, Git is required to clone the repository. Download it from git-scm.com/downloads/win, install it, then run the clone command. Once ComfyUI Manager is installed, you can install future extensions through the Manager without needing Git directly.

ComfyUI-Crystools is a monitoring extension that adds a real-time resource bar to the top of ComfyUI, showing CPU, RAM, GPU, and VRAM usage along with generation progress and time elapsed. It is useful for spotting bottlenecks and tracking slow runs.

Yes. Create an extra_model_paths.yaml file in your ComfyUI folder (by copying and renaming the .example file) and set the base_path to your AUTOMATIC1111 installation directory. After restarting ComfyUI, all your A1111 models will be available in ComfyUI's model dropdowns without any duplicate downloads.

Conclusion

ComfyUI Manager makes the ComfyUI setup process much easier by handling custom nodes and models in just a few clicks. Adding extensions like ComfyUI-Crystools lets you monitor your system in real time so you always know what your hardware is doing. And sharing models between AUTOMATIC1111 and ComfyUI saves disk space and keeps your workflow library in one place.

Once these three things are set up, you have a solid foundation for building and running any ComfyUI workflow. From here, you can explore LoRA models, custom workflows, upscaling pipelines, and more — all manageable directly through the Manager.

Next step: Now that your Manager is set up, check out the ComfyUI Text-to-Image Workflow guide to start generating images with your newly configured setup.
Discussion

Join the discussion

Sign in to leave a comment or reply

💬

No comments yet

Be the first to share your thoughts!