From a06ba343de123e0a570d32b04b9643fcf6769251 Mon Sep 17 00:00:00 2001 From: Gero Doll <6284675+Limbicnation@users.noreply.github.com> Date: Sun, 14 Dec 2025 16:36:47 +0100 Subject: [PATCH] Add ComfyUI-PromptGenerator to custom node list (#2391) Generate Stable Diffusion prompts using Qwen3-8B via Ollama with 7 style presets (cinematic, anime, photorealistic, fantasy, abstract, cyberpunk, sci-fi) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d8e641a1..e86e004e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28021,6 +28021,17 @@ "install_type": "git-clone", "description": "Advanced seed generator for ComfyUI with multiple modes, state persistence, and cross-library synchronization" }, + { + "author": "Limbicnation", + "title": "ComfyUI-PromptGenerator", + "id": "comfyui-prompt-generator", + "reference": "https://github.com/Limbicnation/ComfyUI-PromptGenerator", + "files": [ + "https://github.com/Limbicnation/ComfyUI-PromptGenerator" + ], + "install_type": "git-clone", + "description": "Generate Stable Diffusion prompts using Qwen3-8B via Ollama with 7 style presets (cinematic, anime, photorealistic, fantasy, abstract, cyberpunk, sci-fi)" + }, { "author": "hao-ai-lab", "title": "FastVideo",