From e494abb7795526da5785af876518fa3facf38e83 Mon Sep 17 00:00:00 2001 From: mrm987 <99248187+mrm987@users.noreply.github.com> Date: Sun, 28 Dec 2025 08:33:59 +0900 Subject: [PATCH] Update custom-node-list.json (#2439) 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 7140d607..f1a56fdd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40005,6 +40005,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" + } ] }