From f114c2913e9d9d7c318998325f7e1c36446c4fb3 Mon Sep 17 00:00:00 2001 From: FinetunersAI Date: Sat, 7 Dec 2024 20:44:40 +0200 Subject: [PATCH] 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 --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 51660dda..ca148b9c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18122,6 +18122,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/fast-group-link", + "files": [ + "https://github.com/FinetunersAI/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." } ] }