From 67ddfce27940969a87a84f75af7bd9394065afa7 Mon Sep 17 00:00:00 2001 From: matthewfriedrichs Date: Thu, 4 Sep 2025 18:48:06 -0400 Subject: [PATCH] adding thought bubble custom node (#2129) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e7866ec7..b14c11c3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -124,6 +124,17 @@ "install_type": "git-clone", "description": "Nodes: ColorBlend, ControlLoraSave, GetImageSize. NOTE: Control-LoRA recolor example uses these nodes." }, + { + "author": "matthewfriedrichs", + "title": "Thought Bubble", + "id": "thoughtbubble_interactivecanvas", + "reference": "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble", + "files": [ + "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble" + ], + "install_type": "git-clone", + "description": "ThoughtBubble is a custom node for ComfyUI that provides an interactive canvas to build and manage your prompts in a more visual and organized way. Think of it as a whiteboard for your ideas, allowing you to link different concepts, create conditional logic, and dynamically generate prompts using a powerful set of commands." + }, { "author": "Fannovel16", "title": "ComfyUI's ControlNet Auxiliary Preprocessors",