From 812519aaefe3ea0c604c54863dbf19141ca70d53 Mon Sep 17 00:00:00 2001 From: Stibo Date: Sat, 21 Mar 2026 16:51:46 +0100 Subject: [PATCH] Add comfyui-nifty-nodes --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index b86e95f9..d180555e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45345,6 +45345,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Stibo", + "title": "Nifty Nodes for ComfyUI", + "id": "comfyui-nifty-nodes", + "reference": "https://github.com/Stibo/comfyui-nifty-nodes", + "files": [ + "https://github.com/Stibo/comfyui-nifty-nodes" + ], + "install_type": "git-clone", + "description": "Utility nodes for ComfyUI: logic switches, bundle nodes, selectors, bypass nodes, image/latent utilities, and workflow automation nodes." + } ] }