ComfyUI Node
Save Bytes Bridge (Yogurt Nodes)
Saves the input bytes data to your ComfyUI output directory.
Save Bytes Bridge (Yogurt Nodes)
- bytes_data
- bytes_data
- path
◄output_dir►
◄filename_prefixComfyUI►
◄overwritefalse►
◄suffix.pkl►
◄custom_suffix►
CategoryYogurtNodes/IO
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| bytes_data | BYTES | The bytes data to save. | |
| output_dir | STRING | The directory to save the bytes data 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 | .pkl | The file extension to save the bytes data as. |
| custom_suffix | STRING | The file extension to save the bytes data 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 |
|---|---|---|
| bytes_data | BYTES | — |
| path | STRING | — |