A fixed-position real-time CPU / RAM / VRAM / GPU-temperature monitor for ComfyUI.
Zero-config, zero-console-spam, single-file install.
- Clone this repo into
custom_nodes:
cd ComfyUI/custom_nodes
git clone https://github.com/love530love/ComfyUI-TorchMonitor.git
cd ComfyUI-TorchMonitor
pip install --no-deps -r requirements.txt- Restart ComfyUI – a green monitor bar appears before the AITechLab button.
Requirements
psutil(auto-installed by ComfyUI)nvidia-smiin PATH (for GPU data)
Uninstall Delete the folder and restart ComfyUI.
Directory Structure
ComfyUI-TorchMonitor/
├── __init__.py # Main Python script
├── README.md # This file
├── requirements.txt # Optional: list dependencies
├── web/
│ └── torch_monitor.js # Frontend script
└── __pycache__/ # Python cache files
License MIT
- ComfyUI-Manager 搜索
torchmonitor一键安装 - 或
git clone到custom_nodes后重启 ComfyUI - 或
pip install comfy-cli后运行comfy node install torchmonitor后重启 ComfyUI
pip install comfy-cli
comfy node install torchmonitor
