From 49f294bac558a94988323c30a6df86d73495c0fd Mon Sep 17 00:00:00 2001 From: zinigo-creations Date: Sun, 5 Apr 2026 10:56:43 -0500 Subject: [PATCH] Add Prompt Builder custom node (#2755) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8faa86f4..349e7006 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45779,6 +45779,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Zinigo", + "title": "Prompt Builder", + "reference": "https://github.com/zinigo-creations/comfyui-prompt-builder", + "files": [ + "https://github.com/zinigo-creations/comfyui-prompt-builder" + ], + "install_type": "git-clone", + "description": "Dropdown-based prompt builder for ComfyUI. Create characters, scenes, and styles without writing prompts. Designed for beginners and fast iteration." } ] }