ComfyUI Node

Anima Wildcard

Expands EasyUse Anima wildcard files and dynamic prompt syntax with Impact Pack compatible populated_text lifecycle plus deterministic Sequential selection.

By n0va39·Created 2 months ago·Updated 6 days ago· 18
Anima Wildcard
    • text
    • seed
    text
    populated_text
    mode일반
    seed0
    CategoryEasyUse Anima/Prompt

    Inputs (4)

    NameTypeDefaultDescription
    textSTRINGSource prompt expanded by General and Sequential modes. Syntax: __name__; {a|b|c}; weighted N::item; {n$$...} or {min-max$$separator$$...}; N#__name__; and nested combinations. Wildcard names ignore case and support * glob collections. Only lines whose first non-space character is # are removed as comments.
    populated_textSTRINGExpanded-result cache used like Impact Pack's populated_text. General and Sequential replace it from text; Fixed and Reproduce ignore text and process this value with the same wildcard engine, including file wildcards.
    modeCOMBO일반General (일반): expand text with deterministic seed-based choices and cache the result in populated_text. Fixed (고정): ignore text and process populated_text with the same wildcard engine. Sequential (순차): expand text with seed modulo each option count. Reproduce (재현): process populated_text once, then return the live and saved mode to General like Impact Pack.
    seedINT00–18446744073709550000Seed for deterministic weighted random selection. The same text and seed produce the same result. Browser/public editing and next-seed range: 0..9007199254740991. The Python backend continues accepting uint64 values for legacy workflow validation, but values above the public maximum are best-effort in the browser because JavaScript may already have lost integer precision. ComfyUI's native seed control owns any post-queue randomize, increment, or decrement behavior.

    Outputs (2)

    NameTypeDescription
    textSTRINGExpanded prompt text.
    seedINTSeed used for this expansion.