ComfyUI Node
Show Text (Markdown)
A ComfyUI node in Kinburg-Nodes/util with 6 inputs and 1 output.
Show Text (Markdown)
- value
- text
◄markdowntrue►
◄save_path►
◄autosavefalse►
◄use_saved_textfalse►
◄saved_text►
CategoryKinburg-Nodes/util
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| valueopt | * | Anything — text, number, COMBO, dict/list… converted to text for display. LAZY: with 'use saved text' ON, this input (and its upstream, e.g. an LLM) is NOT evaluated. | |
| markdownopt | BOOLEAN | true | On: render the text as formatted markdown. Off: show an editable raw textarea. Toggling doesn't resize the node. |
| save_pathopt | STRING | Path for 💾 Save / autosave. Relative paths go under ComfyUI's output folder; a .md extension is added. {date}/{time}/{datetime} expand to the current date/time. | |
| autosaveopt | BOOLEAN | false | Write the text to save_path automatically on every run (needs a non-empty path). |
| use_saved_textopt | BOOLEAN | false | Off (default): take the connected input and run its upstream (e.g. the LLM); the shown text tracks the input. On: output the text saved/edited here and DON'T evaluate the input, so the upstream never runs (holds after a restart / with a random seed). Edit the text and re-queue to push it downstream without regenerating. |
| saved_textopt | STRING | The node's stored text. Managed by the editor and hidden in the UI; it carries the edited text to run() and into the saved workflow. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |