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.
Show Text (MRLN)
- value
- text
CategoryMRLN/text
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| value | * | Any value to display — strings show as-is, other types are stringified (dicts/lists as pretty JSON). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | The displayed value as a plain string (passthrough). |