From c57ee0c6e8d285028e7326dc36bdaabcc577bd69 Mon Sep 17 00:00:00 2001 From: loficoding <95388032+loficoding@users.noreply.github.com> Date: Sat, 24 Jan 2026 02:06:53 -0700 Subject: [PATCH] Update custom-node-list.json (#2531) Added ComfyUI Node HUD extension by loficoding --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8dbf593e..6df75af6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42239,6 +42239,15 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "loficoding", + "title": "ComfyUI Node HUD", + "reference": "https://github.com/loficoding/ComfyUI-Node-HUD", + "files": ["https://github.com/loficoding/ComfyUI-Node-HUD"], + "install_type": "git-clone", + "description": "Adds a smart I/O status dock to stacked nodes for cleaner layouts.", + "tags": ["ui", "layout", "utils"] + } ] }