Nodes/Kinburg-Nodes/Prompt Variations
ComfyUI Node

Prompt Variations

A ComfyUI node in Kinburg-Nodes/prompt with 6 inputs and 3 outputs.

By Kinburg·Created 2 months ago·Updated 3 days ago· 1
Prompt Variations
    • prompts
    • count
    • preview
    template{a photo|a painting} of a {red|blue|green} car
    modeall
    limit25
    seed0
    dedupetrue
    wildcards_dir
    CategoryKinburg-Nodes/prompt

    Inputs (6)

    NameTypeDefaultDescription
    templateSTRING{a photo|a painting} of a {red|blue|green} carTemplate with {a|b|c} choices (nesting allowed) and optional __wildcard__ refs. The output is the product of all choices.
    modeCOMBOallall = every combination (capped by limit); random = 'limit' random combinations (reproducible via seed).
    limitINT251–5000Max prompts to output. In 'all' mode extra combinations past this are dropped (a console note is printed).
    seedINT00–18446744073709550000Randomness seed for 'random' mode (same seed = same picks).
    dedupeBOOLEANtrueDrop duplicate resulting prompts (e.g. from overlapping choices).
    wildcards_diroptSTRINGFolder with <name>.txt files for __name__ refs. Empty = ComfyUI/wildcards if it exists. A missing file leaves the token unchanged.

    Outputs (3)

    NameTypeDescription
    promptsSTRING
    countINT
    previewSTRING