ComfyUI Node
Save Txt
A ComfyUI node in 1hewNodes/io with 5 inputs and 1 output.
Save Txt
- any
- file_path
◄filenametxt/ComfyUI►
◄auto_incrementtrue►
◄save_outputtrue►
◄encodeutf-8►
Category1hewNodes/io
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| filename | STRING | txt/ComfyUI | — |
| auto_increment | BOOLEAN | true | 为 True 时自动编号;为 False 时固定文件名并覆盖。 |
| save_output | BOOLEAN | true | 为 True 时写入 txt 文件;为 False 时不保存到磁盘。 |
| encode | COMBO | utf-8 | 3 options: utf-8, utf-8-sig, gbk |
| anyopt | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| file_path | STRING | — |