Nodes/ComfyUI-Pixaroma/Pause Text Pixaroma
ComfyUI Node

Pause Text Pixaroma

Pause Text Pixaroma - an inline gate that stops your workflow at this point so you can read and fix a piece of text before the rest of the workflow runs. Made for text that comes from a language model, where you have no control over the exact words. Wire your text source into the input and your next node onto the output. With the toggle on Pause, pressing Run stops here and shows the model's text; the rest of the workflow does not run. Edit the text, then press Continue and only the downstream runs, fed the exact words you approved - the model is skipped, so it is fast. Press Regenerate to get fresh text: the node walks back up the wire, finds whatever is generating the text, and rolls its seed to a new random value so you get a different result. Flip the toggle to Pass to run the whole workflow end to end in one go. Flip it to Keep to reuse your current text on every Run - the model is skipped and each Run makes a new image of the same prompt, so you can batch out variations quickly without losing your edit.

By pixaroma·Created 5 months ago·Updated about 16 hours ago· 333
Pause Text Pixaroma
    • text
    text
    Category👑 Pixaroma/💬 Prompt & Text

    Inputs (1)

    NameTypeDefaultDescription
    textoptSTRINGThe text to gate. Wire your text source (an LLM / prompt node) here.

    Outputs (1)

    NameTypeDescription
    textSTRINGThe text continuing downstream: the model's text in Pause/Pass, or your edited text in Continue.