Nodes/comfyui-mrln-nodes/Show Text (MRLN)
ComfyUI Node

Show Text (MRLN)

Display any input as text inside the node. Connect any output — strings show as-is, everything else is stringified (dicts/lists as pretty JSON). The value also passes through as a STRING output, so the node can sit inline in a chain.

By master-merlin·Created 16 days ago·Updated 7 days ago· 2
Show Text (MRLN)
  • value
  • text
CategoryMRLN/text

Inputs (1)

NameTypeDefaultDescription
value*Any value to display — strings show as-is, other types are stringified (dicts/lists as pretty JSON).

Outputs (1)

NameTypeDescription
textSTRINGThe displayed value as a plain string (passthrough).