From 75d90a1c25682edb35e1ac90a4fa81cddb8ff4b1 Mon Sep 17 00:00:00 2001 From: zinigo_creations Date: Thu, 2 Apr 2026 16:47:53 -0500 Subject: [PATCH] Add Prompt Builder custom node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 93fd9ccb..b2a50486 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45563,6 +45563,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." } ] }