From 162f25f570b4be994b4ea0f5f233d37b6f45d408 Mon Sep 17 00:00:00 2001 From: zwaigani <157197693+zwaigani@users.noreply.github.com> Date: Tue, 13 Jan 2026 07:28:10 +0900 Subject: [PATCH] Add ComfyUI-VRAM-watcher node with details (#2493) --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 19ba10e8..4ebdc0e7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41354,6 +41354,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "zwaigani", + "title": "ComfyUI-VRAM-watcher", + "id": "comfyui-vram-watcher", + "reference": "https://github.com/zwaigani/ComfyUI-VRAM-watcher", + "files": [ + "https://github.com/zwaigani/ComfyUI-VRAM-watcher" + ], + "install_type": "git-clone", + "description": "Displays GPU VRAM usage and system RAM usage as bar widgets in a ComfyUI node.", + "tags": ["utils", "ui", "vram", "ram"] + } ] }