From 91425aea621d5246949b5cb828db28de607d853d Mon Sep 17 00:00:00 2001 From: "Alexander G. Morano" Date: Wed, 18 Sep 2024 05:45:55 -0700 Subject: [PATCH] Cozy Link Toggle (#1067) https://github.com/cozy-comfyui/cozy_link_toggle --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index d56bcc29..ed2d93cd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14554,7 +14554,7 @@ - + { "author": "Ser-Hilary", "title": "SDXL_sizing", @@ -14943,6 +14943,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "amorano", + "title": "Cozy Link Toggle", + "id": "cozyLinkToggle", + "reference": "https://github.com/cozy-comfyui/cozy_link_toggle", + "files": [ + "https://github.com/cozy-comfyui/cozy_link_toggle" + ], + "install_type": "git-clone", + "description": "Toggle ComfyUI Graph Links On/Off from the Menu Bar. Provides an easy example on how to register and use the ComfyUI menubar extensions." } ] }