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.
Save Text Pixaroma
- text
◄text—►
Category👑 Pixaroma/💬 Prompt & Text
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| textopt | STRING | The 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)
| Name | Type | Description |
|---|---|---|
| text | STRING | The same text that came in, unchanged, so this node can sit in the middle of a chain. Collecting does not alter it. |