Nodes/ComfyUI-Pixaroma/Text Pixaroma
ComfyUI Node

Text Pixaroma

Text Pixaroma - a multi-line text field with a STRING output. Useful for prompts and any other long text you want to author in one place and wire into multiple downstream nodes (positive prompt, negative prompt, captions, instructions, etc.). The text field grows with the node: drag the bottom-right corner to make the field taller or wider when working on a long prompt. Dynamic prompts switch (OFF by default): when off, the text is sent exactly as typed and every curly brace is kept, which is what you want for JSON prompts. Turn the switch on to enable {a|b} wildcards (one option picked at random each queue, nest freely like {a|{b|c}}), use \{ and \} for literal braces, and strip comments (// to end of line and /* ... */ blocks).

By pixaroma·Created 5 months ago·Updated 23 days ago· 271
Text Pixaroma
    • text
    text
    Category👑 Pixaroma/💬 Prompt & Text

    Inputs (1)

    NameTypeDefaultDescription
    textSTRINGThe text to output. Supports multiple lines. Sent exactly as typed unless the Dynamic prompts switch is on - then {a|b} picks one at random each queue and // /* */ comments are stripped.

    Outputs (1)

    NameTypeDescription
    textSTRINGThe text from the field, with {a|b} dynamic prompts resolved if the Dynamic prompts switch is on (otherwise sent exactly as typed).