ComfyUI Node
XAnyToString
Convert any input data to a string using Python str() while also passing the original data through
XAnyToString
- anything
- anything
- string
- xdata_string
Category♾️ Xz3r0/Workflow-Processing
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| anything | COMFY_MATCHTYPE_V3 | Pass-through input. The pass-through output keeps the same data type as this input while also converting the value with Python str() |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| anything | COMFY_MATCHTYPE_V3 | Original input data passed through for downstream nodes |
| string | STRING | String converted from the input using str() |
| xdata_string | xdata_string | xdata_string payload for XDataSave |