decode
Basic data handling: StringDecode
Converts a bytes-like string representation back to a text string. This node takes a string representation of bytes (like those produced by the StringEncode node) and converts it back to a regular text string using the specified encoding. Useful for processing encoded data received from files or network sources.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (3)
Outputs (1)
| Name | Type |
|---|---|
| STRING | STRING |