From 358a480408b03e9f50dd76762eb294ebb9418c4a Mon Sep 17 00:00:00 2001 From: icekiub-ai Date: Sun, 23 Nov 2025 10:17:22 -0500 Subject: [PATCH] IcyHider Nodes (#2304) * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 22694831..a22d5b16 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37342,6 +37342,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Icekiub", + "title": "ComfyUI-IcyHider", + "id": "text_processor", + "reference": "https://github.com/icekiub-ai/ComfyUI-IcyHider", + "files": [ + "https://github.com/icekiub-ai/ComfyUI-IcyHider" + ], + "install_type": "git-clone", + "description": "A custom node extension that hides image previews until you hover over the node." } ] }