ComfyUI Node
Text Add Rows (CRT)
Appends each incoming string as one row to a persistent .txt file, avoiding overwrites by adding a numeric suffix when needed. Also outputs the file's current content.
Text Add Rows (CRT)
- file_path
- file_content
◄text—►
◄path►
◄filename►
CategoryCRT/Text
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | The text to append as one row. | |
| path | STRING | Folder path where the .txt file is saved. If empty, uses ComfyUI's output directory. | |
| filename | STRING | Filename for the .txt file. If empty, uses Text_Add_Rows.txt. If a file with that name already exists, a numeric suffix is appended. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| file_path | STRING | Absolute path to the file that was appended to. |
| file_content | STRING | Full current content of the file as a string. |