From d55edb88ecd3ff0a15dc44eb77194a7b009a895e Mon Sep 17 00:00:00 2001 From: Inoland Date: Tue, 30 Sep 2025 11:25:40 +0400 Subject: [PATCH] Add ComfyUI Ino nodes https://github.com/nobandegani/comfyui_ino_nodes --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5e5d4fce..53e6e9bf 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33853,6 +33853,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "inoland", + "title": "ComfyUI Ino Nodes", + "id": "comfyui_ino_nodes", + "reference": "https://github.com/nobandegani/comfyui_ino_nodes", + "files": [ + "https://github.com/nobandegani/comfyui_ino_nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI." } ] }