Update custom-node-list.json (#1810)

added customselector node to custom-node-list.json
This commit is contained in:
gasparuff 2025-05-12 18:34:46 +02:00 committed by GitHub
parent 0e9c32344c
commit d14b42a42c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]
}