From 5f1dd060913d2857bc5b1cca37e157f2c0614fdf Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Thu, 9 Apr 2026 12:40:30 -0500 Subject: [PATCH] Add ComfyUI-ConnectTheDots --- 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 88f1b482..f6ad25b1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45882,6 +45882,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." } ] -} \ No newline at end of file +}