From d14b42a42cf68e80c46f66580bc1dbdcbfb84d8c Mon Sep 17 00:00:00 2001 From: gasparuff Date: Mon, 12 May 2025 18:34:46 +0200 Subject: [PATCH] Update custom-node-list.json (#1810) 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 8f45d483..9d7529e5 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" } ] }