From 0bb4effede1f9d1d6cd269e6c275635eaf9c9041 Mon Sep 17 00:00:00 2001 From: Edoardo Carmignani Date: Sun, 20 Jul 2025 11:21:25 +0200 Subject: [PATCH] Add ComfyUI-ExtraLinks (#2009) A one-click collection of alternate connection styles for ComfyUI. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a5bdbee8..66a59cb0 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29865,6 +29865,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Edoardo Carmignani", + "title": "ComfyUI-ExtraLinks", + "id": "extralinks", + "reference": "https://github.com/edoardocarmignani/extralinks", + "files": [ + "https://github.com/edoardocarmignani/extralinks" + ], + "install_type": "git-clone", + "description": "A one-click collection of alternate connection styles for ComfyUI." } ] }