Nodes/ComfyUI-Pixaroma/Save Text Pixaroma
ComfyUI Node

Save Text Pixaroma

Collects text across workflow runs. Each run adds what comes in to the list on the node, separated by a blank line, and the node mirrors that list to a .txt file so nothing gets lost. Edit the list, copy it, or clear it to start a new file. Clear never erases the file it already wrote: it moves on to the next name, so old collections are kept. The text also passes straight through the output, so the node can sit in the middle of a chain without changing anything. Useful for keeping the prompts an LLM generates, or any prompt you tried and want back later.

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

    Inputs (1)

    NameTypeDefaultDescription
    textoptSTRINGThe text to collect. Wire a prompt node, a Show Text, or an LLM prompt generator here. Each run adds one entry. Running again without changing anything adds nothing, so re-running does not fill the list with copies.

    Outputs (1)

    NameTypeDescription
    textSTRINGThe same text that came in, unchanged, so this node can sit in the middle of a chain. Collecting does not alter it.