ComfyUI Node
XDataSave
Save xdata payload to SQLite DB files in the project XDataSaved folder with append-and-rotate behavior (500 records max, header <=120 chars, 64KB per record)
XDataSave
- xdata_input
- save_status
- save_path
◄save_typeCustom►
◄custom_filename_text►
◄extra_header_text►
◄enable_savetrue►
◄custom_filename_input—►
◄extra_header_input—►
Category♾️ Xz3r0/XDataHub
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| xdata_input | xdata_seed,xdata_string | Composite xdata input. Currently supports xdata_seed and xdata_string. | |
| save_type | COMBO | Custom | Save target type. Custom requires a custom filename. Seed writes to seed_data.db. String writes to string_data.db. |
| custom_filename_text | STRING | Fallback custom filename for save_type Custom. Leave empty to force explicit configuration. | |
| extra_header_text | STRING | Fallback extra header text. Single record size must not exceed 64KB. Header length must not exceed 120 characters. | |
| enable_save | BOOLEAN | true | Enable or disable writing records to disk. When disabled, no file is written. |
| custom_filename_inputopt | STRING | Optional custom filename input. Takes priority over custom_filename_text. | |
| extra_header_inputopt | STRING | Optional extra header input. Takes priority over extra_header_text. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| save_status | STRING | Save status message |
| save_path | STRING | Saved path relative to project root. Empty when save is disabled. |