ComfyUI Node
String Batcher (CRT)
A ComfyUI node in CRT/Text with 8 inputs and 1 output.
String Batcher (CRT)
- string_output
◄consolidate_linestrue►
◄join_with▾►
◄suffix►
◄randomizefalse►
◄seed0►
◄save_to_filefalse►
◄file_pathSavedPrompts►
◄filename_prefixprompt►
CategoryCRT/Text
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| consolidate_lines | BOOLEAN | true | If True, removes line breaks within each individual string input |
| join_with | COMBO | 'Newline' for 'return to line' behavior between strings | |
| suffix | STRING | Character(s) to add to the end of each string before joining | |
| randomize | BOOLEAN | false | — |
| seed | INT | 00–18446744073709550000 | — |
| save_to_file | BOOLEAN | false | Enable to save each processed string as a .txt file |
| file_path | STRING | SavedPrompts | The directory within the main output folder to save the .txt files to |
| filename_prefix | STRING | prompt | The prefix for the saved filenames |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| string_output | STRING | — |