From d3ec822ceac7229bf2c054f1f9ece4f93f2182ff Mon Sep 17 00:00:00 2001 From: gasparuff Date: Fri, 9 May 2025 08:37:37 +0200 Subject: [PATCH] Update custom-node-list.json added customselector node to custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5e939130..69452b31 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25646,6 +25646,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "pixible", + "title": "comfyui-customselector", + "reference": "https://github.com/gasparuff/CustomSelector", + "files": [ + "https://github.com/gasparuff/CustomSelector" + ], + "install_type": "git-clone", + "description": "Helps deciding different settings depending on the input string" } ] }