From 566291d70611e858cef4ff91eee495d1fce0c33e Mon Sep 17 00:00:00 2001 From: mrm987 <99248187+mrm987@users.noreply.github.com> Date: Sun, 28 Dec 2025 03:44:57 +0900 Subject: [PATCH] Update custom-node-list.json Add ComfyUI-Multi-Prompt-Generator --- custom-node-list.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index f2fcac80..3f7c3d8b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39963,6 +39963,14 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "mrm987", + "title": "ComfyUI-Multi-Prompt-Generator", + "reference": "https://github.com/mrm987/ComfyUI_Multi_Prompt_Generator", + "files": ["https://github.com/mrm987/ComfyUI_Multi_Prompt_Generator"], + "install_type": "git-clone", + "description": "Generate multiple images from prompt list with upscaling, LUT, and real-time preview" + } ] }