Skip to Content
Subscribe to my YouTube Channel: @hakehardware
Artificial IntelligenceComfyUI System Monitor

ComfyUI System Monitor

comfyui

Check out the github repo: ComfyUI-Crystools 

ComfyUI-Crystools - Brief Overview Crystools is a “Swiss Army knife” toolkit that adds monitoring, debugging, and workflow organization tools to ComfyUI. Main Features:

  1. Real-Time Resource Monitor - See CPU, GPU, RAM, VRAM, GPU temp, and disk space usage right in the menu bar
  2. Progress Bar - Visual progress indicator showing workflow completion and time elapsed
  3. Metadata Tools - Extract, view, and compare image metadata (prompts, workflows, settings)
  4. Debug Nodes - Display/console output to inspect any value in your workflow
  5. Pipe Nodes - Bundle multiple connections into single “pipes” to clean up messy workflows
  6. Enhanced Load/Save - Load images with subfolder support, save with custom metadata
  7. Switch Nodes - Toggle between different workflow paths with boolean switches
  8. Comparison Tools - Compare two images’ metadata or JSONs side-by-side

Prerequisites

  1. ComfyUI
  2. ComfyUI Manager (optional)

Option 1 - Install w/ ComfyUI Manager

Once you have ComfyUI Manager installed you can install lots of custom nodes from the manager.

Open up the Manager open-manager

Select “Custom Nodes Manager” custom-nodes

Search for “Crystools” then click “Install” install

You will need to restart ComfyUI, either select the option to restart in Comfy Manager or move to your terminal and press CTRL+C to stop the server, then start it again.

Option 2 - Install w/ Git

Stop ComfyUI if running.

Navigate to the custom_nodes folder

cd ~/ComfyUI/custom_nodes

Then clone the repo

git clone https://github.com/crystian/comfyui-crystools.git

Move into the directory

cd comfyui-crystools

Enter virtual environment

source ~/ComfyUI/venv/bin/activate

Install requirements

pip install -r requirements.txt

Start ComfyUI

Now start ComfyUI and you should see the system monitor.

python main.py --listen 0.0.0.0
Last updated on