From c0a316c5a667b259878a03500e71fdaf1c5bcf33 Mon Sep 17 00:00:00 2001 From: Bond Date: Mon, 6 Apr 2026 11:36:05 -0500 Subject: [PATCH 1/2] Added Bond Node Suite to ComfyUI Manager Registry --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 88f1b482..a12df3e9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45872,6 +45872,17 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "Bond NGN Studios", + "title": "Bond Node Suite", + "id": "bond", + "reference": "https://github.com/bondngn-studios/ComfyUI-BondNodeSuite", + "files": [ + "https://github.com/bondngn-studios/ComfyUI-BondNodeSuite" + ], + "install_type": "git-clone", + "description": "A custom node suite with metadata management, video saving, batch image loading, text nodes, and quick toolbar bypass for ComfyUI." + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI", From ac75c6eccf80de0f65e8e826d35e4cf8e9228fc9 Mon Sep 17 00:00:00 2001 From: Bond Date: Mon, 13 Apr 2026 10:51:04 -0500 Subject: [PATCH 2/2] corrected URL typo --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a12df3e9..05c7d77b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45876,9 +45876,9 @@ "author": "Bond NGN Studios", "title": "Bond Node Suite", "id": "bond", - "reference": "https://github.com/bondngn-studios/ComfyUI-BondNodeSuite", + "reference": "https://github.com/bondngn-studios/Bond-Node-Suite", "files": [ - "https://github.com/bondngn-studios/ComfyUI-BondNodeSuite" + "https://github.com/bondngn-studios/Bond-Node-Suite" ], "install_type": "git-clone", "description": "A custom node suite with metadata management, video saving, batch image loading, text nodes, and quick toolbar bypass for ComfyUI."