git404hub

what is comfyui-brkn-prompt-randomizer fr?

nuvoize/comfyui-brkn-prompt-randomizer — explained in plain English

Analysis updated 2026-05-18

12PythonAudience · developerComplexity · 3/5Setup · moderate

tl;dr

A ComfyUI add-on with two custom nodes for browsing modular prompt packs and composing varied, controlled AI image generation prompts from them.

vibe map

mindmap
  root((BRKN-Prompt-Randomizer))
    What it does
      Browses prompt packs
      Composes varied prompts
      Seeded randomization
    Tech stack
      Python
      ComfyUI
    Use cases
      Visual pack selection
      Reroll and lock prompts
      Organized prompt libraries
    Audience
      ComfyUI users
      AI image creators
    Setup
      Copy into custom_nodes
      Restart ComfyUI
      Refresh browser

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Browse and select a base prompt pack plus wardrobe, lighting, and location modifier packs visually before generating an image.

VIBE 2

Generate varied but controlled prompt text from reusable prompt packs using seeded randomization.

VIBE 3

Lock certain prompt choices in place while rerolling others for new variations.

VIBE 4

Organize large prompt libraries into categorized, thumbnail-previewed packs instead of raw text files.

what's the stack?

PythonComfyUI

how it stacks up fr

nuvoize/comfyui-brkn-prompt-randomizeraim-uofa/reasonmatchairbone42/360-data-athlete
Stars121212
LanguagePythonPythonPython
Setup difficultymoderatehardhard
Complexity3/55/54/5
Audiencedeveloperresearchergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires an existing ComfyUI installation and manually copying the folder into the custom_nodes directory.

in plain english

BRKN Prompt Randomizer is an add-on for ComfyUI, a node based tool people use to build AI image generation workflows. This add-on adds two custom nodes that work together to build varied text prompts for image generation out of reusable, organized packs of prompt material, such as wardrobe choices, makeup, lighting styles, camera styles, locations, actions, and transportation. The first node is a visual pack browser and selector. It shows the user available prompt packs with thumbnail images so they can pick, before generating anything, one base pack plus any number of additional modifier packs grouped into categories like base packs, camera style and lighting, wardrobe and makeup, locations, transportation, and actions. It supports searching through packs and remembers the user's selections inside the saved workflow file. The second node is the actual prompt composer, which takes the browser's selection and builds the final prompt text. It applies filtering, exclusion rules, pinned entries that should always be included, compatibility rules between packs, randomization based on a seed, locking specific choices in place, and the ability to reroll for a new variation. Each pack's thumbnails are defined through metadata files that point to image assets, typically square WebP images, with some pack types showing two images, such as a wider shot as the main thumbnail and a close-up as a preview. If a thumbnail image is missing, the browser shows a warning and falls back to a placeholder tile rather than breaking the workflow entirely. The README is explicit that the packs themselves only provide prompt text and trigger words, not any bundled LoRA model files, meaning which LoRA models to use alongside the generated prompts remains a separate choice made elsewhere in the user's own ComfyUI workflow. To install it, the project folder is copied or cloned into ComfyUI's custom nodes directory, after which ComfyUI needs to be restarted and the browser page refreshed for the new nodes to appear.

prompts (copy fr)

prompt 1
Help me install this custom node package into my ComfyUI custom_nodes folder correctly.
prompt 2
Explain how the pack compatibility rules and pinned entries affect the final composed prompt.
prompt 3
Show me how to structure metadata for a new wardrobe pack with thumbnail images.
prompt 4
Walk me through connecting the BRKN Pack Browser node output into the BRKN Lifestyle Prompt Composer node.

Frequently asked questions

what is comfyui-brkn-prompt-randomizer fr?

A ComfyUI add-on with two custom nodes for browsing modular prompt packs and composing varied, controlled AI image generation prompts from them.

What language is comfyui-brkn-prompt-randomizer written in?

Mainly Python. The stack also includes Python, ComfyUI.

How hard is comfyui-brkn-prompt-randomizer to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is comfyui-brkn-prompt-randomizer for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.