feat: add Fast Group Link node to custom nodes list (#1309)

* feat: add Fast Group Link node to custom nodes list

Add Fast Group Link node, a utility for linking and controlling ComfyUI groups with a simple ON/OFF toggle

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
Finetuners.AI 2024-12-08 16:31:49 +02:00 committed by GitHub
parent e842148c20
commit 456371447f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18143,6 +18143,17 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "FinetunersAI",
"title": "Fast Group Link",
"id": "fast-group-link",
"reference": "https://github.com/FinetunersAI/comfyui-fast-group-link",
"files": [
"https://github.com/FinetunersAI/comfyui-fast-group-link"
],
"install_type": "git-clone",
"description": "Link and control ComfyUI groups with a simple ON/OFF toggle. Control multiple groups at once with an easy-to-use interface."
}
]