From cc7573901dd40b131424cca60fd8be9a81439044 Mon Sep 17 00:00:00 2001 From: bbc-s Date: Thu, 11 Jun 2026 18:44:56 +0200 Subject: [PATCH] Add bbc-s custom nodes to manager list --- custom-node-list.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9c963c17..772b1c07 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20,6 +20,36 @@ "install_type": "git-clone", "description": "A visual state machine for consistent character generation. It intelligently maintains character identity, outfits, and locations across multiple generations using LLM-driven state management." }, + { + "author": "bbc-s", + "title": "ZIT-Ideogram", + "reference": "https://github.com/bbc-s/ZIT-Ideogram", + "files": [ + "https://github.com/bbc-s/ZIT-Ideogram" + ], + "install_type": "git-clone", + "description": "ComfyUI visual regional prompt builder for Z-Image-Turbo, based on the KJNodes Ideogram box editor." + }, + { + "author": "bbc-s", + "title": "metadata-saver-viewer", + "reference": "https://github.com/bbc-s/metadata-saver-viewer", + "files": [ + "https://github.com/bbc-s/metadata-saver-viewer" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for saving one compact metadata JSON per generated image and viewing embedded image metadata." + }, + { + "author": "bbc-s", + "title": "float-increment-per-latent", + "reference": "https://github.com/bbc-s/float-increment-per-latent", + "files": [ + "https://github.com/bbc-s/float-increment-per-latent" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for sweeping LoRA model strength per latent sample in a single batch." + }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",