From a0c4c78e9ec2067ec444049392422404369f2425 Mon Sep 17 00:00:00 2001 From: robomello <57682183+robomello@users.noreply.github.com> Date: Fri, 22 May 2026 19:51:26 -0500 Subject: [PATCH] Add ComfyUI-NVML-Monitor --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 29d3790f..22cf910d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "robomello", + "title": "ComfyUI-NVML-Monitor", + "reference": "https://github.com/robomello/ComfyUI-NVML-Monitor", + "files": [ + "https://github.com/robomello/ComfyUI-NVML-Monitor" + ], + "install_type": "git-clone", + "description": "NVIDIA-first hardware telemetry chip + popup for ComfyUI. Linux/Docker-friendly with explicit accounting for VRAM used by other containers/host." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",