ComfyUI Node
save STRING to file
Saves a string to a text file. This node takes a string and saves it to the specified path as a text file. Optionally, you can choose to create the directory if it doesn't exist.
save STRING to file
- success
◄text►
◄path►
◄create_dirstrue►
◄encodingutf-8►
CategoryBasic/Path
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | — | |
| path | STRING | — | |
| create_dirsopt | BOOLEAN | true | — |
| encodingopt | STRING | utf-8 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |