ComfyUI Node

XAnyToString

Convert any input data to a string using Python str() while also passing the original data through

By Xz3r0-M·Created 7 months ago·Updated 22 days ago· 11
XAnyToString
  • anything
  • anything
  • string
  • xdata_string
Category♾️ Xz3r0/Workflow-Processing

Inputs (1)

NameTypeDefaultDescription
anythingCOMFY_MATCHTYPE_V3Pass-through input. The pass-through output keeps the same data type as this input while also converting the value with Python str()

Outputs (3)

NameTypeDescription
anythingCOMFY_MATCHTYPE_V3Original input data passed through for downstream nodes
stringSTRINGString converted from the input using str()
xdata_stringxdata_stringxdata_string payload for XDataSave