ComfyUI Node
Save Text Bridge (Yogurt Nodes)
Saves the input text to your ComfyUI output directory.
Save Text Bridge (Yogurt Nodes)
- text
- path
◄content—►
◄output_dir►
◄filename_prefixComfyUI►
◄overwritefalse►
◄suffix.txt►
◄custom_suffix►
CategoryYogurtNodes/IO
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| content | STRING | The text to save. | |
| output_dir | STRING | The directory to save the text to, leave blank to save to the ComfyUI output directory. | |
| filename_prefix | STRING | ComfyUI | The prefix for the file to save. This may include formatting information such as %date:yyyy-MM-dd%. |
| overwrite | COMBO | false | Overwrite existing files. |
| suffix | COMBO | .txt | The file extension to save the text as. |
| custom_suffix | STRING | The file extension to save the text as. If this is not empty, the suffix option will be ignored. Otherwise, the suffix option will override above suffix option. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |
| path | STRING | — |