From 12e6f66d92ffe4fb7ca77e4be040df7826519e71 Mon Sep 17 00:00:00 2001 From: Stibo Date: Sun, 29 Mar 2026 21:00:16 +0200 Subject: [PATCH] Add comfyui-nifty-nodes (#2722) --- 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 a3afecbd..c164f3c7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45489,6 +45489,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." + } ] }