From 52bf630be9fadd2099ef515301bf1f3048e2fb02 Mon Sep 17 00:00:00 2001 From: vramfcker <92611259+btitkin@users.noreply.github.com> Date: Wed, 3 Dec 2025 11:08:59 +0100 Subject: [PATCH] Add Random Prompt Builder node to custom-node-list Added new node for Random Prompt Builder with detailed description. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e0c648b5..7de38057 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37794,6 +37794,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "btitkin", + "title": "Random Prompt Builder", + "id": "random-prompt-builder", + "reference": "https://github.com/btitkin/ComfyUI-RandomPromptBuilder", + "files": [ + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder" + ], + "install_type": "git-clone", + "description": "Advanced AI-powered prompt generation using local GGUF models. Generate detailed, structured prompts with character controls, style presets, and model-specific formatting for Pony, SDXL, Flux, and more. Supports GPU acceleration and runs completely offline." + } ] }