From f016eadd641b3152e25e5fcc23122a77a2ca1b85 Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Mon, 13 Apr 2026 08:59:32 -0500 Subject: [PATCH] Add ComfyUI-ConnectTheDots (#2775) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0b3153fb..b4353a21 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46167,6 +46167,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "jtreminio", + "title": "Connect The Dots", + "id": "connect-the-dots", + "reference": "https://github.com/jtreminio/ComfyUI-ConnectTheDots", + "files": [ + "https://github.com/jtreminio/ComfyUI-ConnectTheDots" + ], + "install_type": "git-clone", + "description": "Connect compatible nodes without scrolling across your graph." } ] }