A simple, lightweight AMD GPU monitoring tool for ComfyUI that displays real-time information about your AMD GPU directly in the UI.
- Real-time GPU utilization monitoring (%)
- VRAM usage tracking (both in MB/GB and percentage)
- GPU junction temperature monitoring (°C)
- Color-coded indicators (blue for low, orange for medium, red for high usage)
- Position persistence between sessions
- Works with ROCm-enabled GPUs
- Specifically tested with AMD Radeon Pro VII
- Clone the repository into your ComfyUI custom nodes directory:
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/a442509097/ComfyUI-AMDGPUMonitor.git- Restart ComfyUI
- An AMD GPU with ROCm support
rocm-smioramd-smicommand-line tools installed and accessible in your PATH- ComfyUI running on a Linux system with ROCm drivers
No setup is required. Once installed, the monitor will automatically appear in the top-right corner of ComfyUI's interface.
This extension uses the rocm-smi command-line tool to collect GPU information and displays it in a floating UI element in the ComfyUI interface. It does not affect the performance of ComfyUI or your GPU.
If the monitor doesn't appear or doesn't show any data:
- Check if
rocm-smiis installed and working by running it in a terminal - Make sure your AMD GPU is properly detected by the system
- Verify that you're running ComfyUI with ROCm support
- Check the browser console for any JavaScript errors
- Inspired by the GPU monitoring in ComfyUI-Crystools
- Created with the help of Claude AI
- Modify based on this project: https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor.git
MIT License
