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)

NameTypeRequired
bytes_stringSTRINGrequired
encodingCOMBOrequired
errorsCOMBOrequired

Outputs (1)

NameType
STRINGSTRING