ComfyUI Node
Save Text (SBTools)
A ComfyUI node in SBTools/Text with 8 inputs and 0 outputs.
Save Text (SBTools)
◄text—►
◄folder_path►
◄filename_prefixtext_output►
◄extensiontxt►
◄save_modeOverwrite►
◄counter_digits3►
◄counter_positionBack►
◄separator_►
CategorySBTools/Text
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Text content to save to file | |
| folder_path | STRING | Subfolder path relative to ComfyUI output directory. Supports strftime format (e.g., %Y/%m/%d) | |
| filename_prefix | STRING | text_output | Base filename. Supports strftime format (e.g., %Y%m%d_%H%M%S) |
| extension | STRING | txt | File extension (dot is added automatically) |
| save_mode | COMBO | Overwrite | Sequential: numbered files. Overwrite: replace existing. Append: add to existing |
| counter_digits | INT | 31–9 | Number of digits for zero-padded counter (only used in Sequential mode) |
| counter_position | COMBO | Back | Counter placement relative to filename (only used in Sequential mode) |
| separator | STRING | _ | Character between filename and counter (only used in Sequential mode) |
Outputs (0)
No outputs