From a9e28fbce30f153fea55d38d4d9653d858be3e62 Mon Sep 17 00:00:00 2001 From: vramfcker <92611259+btitkin@users.noreply.github.com> Date: Fri, 5 Dec 2025 04:50:40 +0100 Subject: [PATCH] Add Random Prompt Builder node to custom-node-list (#2340) 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 2dd44773..c0eec55b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37995,6 +37995,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." + } ] }