ComfyUI Node
CB Save Text File ⚡️
Saves a string into a text file inside the ComfyUI output folder.
CB Save Text File ⚡️
- saved_text
◄file_pathconfigs/config1.txt►
◄modeoverwrite►
◄text_input—►
CategoryCoolB Nodes ⚡️
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| file_path | STRING | configs/config1.txt | The path where the text file will be saved, relative to the ComfyUI output folder. |
| mode | COMBO | overwrite | overwrite: Replaces the file content. append: Adds text to the end. increment: Creates a new file like config1_00002.txt if 00001 already exists. |
| text_input | STRING | The text string you want to write into the file. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| saved_text | STRING | — |