From 2b2169a524f8a710a455b80e7e6878cf8eaef866 Mon Sep 17 00:00:00 2001 From: Hero Kominato Date: Sat, 10 Jan 2026 18:54:58 +0900 Subject: [PATCH] Add ComfyUI Prompt Builder --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5bdfe095..f998e4ce 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41243,6 +41243,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "aimoviestudio", + "title": "ComfyUI Prompt Builder", + "reference": "https://github.com/aimoviestudio/comfyui-promptbuilder", + "files": [ + "https://github.com/aimoviestudio/comfyui-promptbuilder" + ], + "install_type": "git-clone", + "description": "Stop wasting hours tweaking prompt. This extension allows you to modularize your prompts into variables and assemble them using a powerful template-based approach." + } ] }