mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
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:
parent
8b234c99cf
commit
e8deb3d8fe
@ -1,5 +1,16 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"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",
|
"author": "Dr.Lt.Data",
|
||||||
"title": "ComfyUI-Manager",
|
"title": "ComfyUI-Manager",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user