ComfyUI Extension
ComfyUI-TorchMonitor
Fixed position CPU/RAM/VRAM/temp monitor for ComfyUI, zero-config, no NVML
love530love/ComfyUI-TorchMonitor
Nodes—
On cloudLocal install
Stars2
Updated8 months ago
Readme
ComfyUI-TorchMonitor
A fixed-position real-time CPU / RAM / VRAM / GPU-temperature monitor for ComfyUI.
Zero-config, zero-console-spam, single-file install.

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