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)

By Xz3r0-M·Created 7 months ago·Updated 22 days ago· 11
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)

NameTypeDefaultDescription
xdata_inputxdata_seed,xdata_stringComposite xdata input. Currently supports xdata_seed and xdata_string.
save_typeCOMBOCustomSave target type. Custom requires a custom filename. Seed writes to seed_data.db. String writes to string_data.db.
custom_filename_textSTRINGFallback custom filename for save_type Custom. Leave empty to force explicit configuration.
extra_header_textSTRINGFallback extra header text. Single record size must not exceed 64KB. Header length must not exceed 120 characters.
enable_saveBOOLEANtrueEnable or disable writing records to disk. When disabled, no file is written.
custom_filename_inputoptSTRINGOptional custom filename input. Takes priority over custom_filename_text.
extra_header_inputoptSTRINGOptional extra header input. Takes priority over extra_header_text.

Outputs (2)

NameTypeDescription
save_statusSTRINGSave status message
save_pathSTRINGSaved path relative to project root. Empty when save is disabled.