Add Utils Extra custom node to the list (#2313)

* Add Utils Extra custom node to the list

Added a new custom node entry for Utils Extra with details.

* Update description in custom-node-list.json

Expanded the description to include additional functionalities of the utility tools.
This commit is contained in:
akawana 2025-11-28 07:00:38 +08:00 committed by GitHub
parent 8b234c99cf
commit e8deb3d8fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,16 @@
{
"custom_nodes": [
{
"author": "akawana",
"title": "Utils Extra",
"reference": "https://github.com/akawana/ComfyUI-Utils-extra",
"files": [
"https://github.com/akawana/ComfyUI-Utils-extra"
],
"install_type": "git-clone",
"description": "Utility tools. Index Multiple is used for expanding multiple values from a list, IsOneOfGroupsActive to identify groups state, RepeatGroupState group enable/disable like rg but without connection etc.",
"tags": ["utility", "list", "batch"]
},
{
"author": "Dr.Lt.Data",
"title": "ComfyUI-Manager",