From f8709f4091b378ca34b565a253462191ae7c6c62 Mon Sep 17 00:00:00 2001 From: BlackVortexAI Date: Tue, 23 Dec 2025 17:46:09 +0100 Subject: [PATCH] Update custom-node-list.json fro BV-NodePack (#2412) * Update custom-node-list.json * Update custom-node-list.json. Add BV-NodePack --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 41da55b0..311b8fa8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39750,6 +39750,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "BlackVortexAI", + "title": "BV Node Pack", + "reference": "https://github.com/BlackVortexAI/bv_nodepack", + "files": [ + "https://github.com/BlackVortexAI/bv_nodepack" + ], + "install_type": "git-clone", + "description": "A ComfyUI node pack with utility and workflow nodes: a flexible config-driven Pipe system plus Subgraph-friendly UI nodes (Heading, Spacer, Divider) with dynamic JavaScript rendering." } ] }