Nodes/Kinburg-Nodes/Show Text (Markdown)
ComfyUI Node

Show Text (Markdown)

A ComfyUI node in Kinburg-Nodes/util with 6 inputs and 1 output.

By Kinburg·Created 2 months ago·Updated 3 days ago· 1
Show Text (Markdown)
  • value
  • text
markdowntrue
save_path
autosavefalse
use_saved_textfalse
saved_text
CategoryKinburg-Nodes/util

Inputs (6)

NameTypeDefaultDescription
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.
markdownoptBOOLEANtrueOn: render the text as formatted markdown. Off: show an editable raw textarea. Toggling doesn't resize the node.
save_pathoptSTRINGPath 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.
autosaveoptBOOLEANfalseWrite the text to save_path automatically on every run (needs a non-empty path).
use_saved_textoptBOOLEANfalseOff (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_textoptSTRINGThe 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)

NameTypeDescription
textSTRING