Skip to main content

What this node does

ComfyTV Text Stage or → ComfyTV Text produces COMFYTV_TEXT. Native nodes (CLIP Text Encode, Show Text, LLM chains) expect STRING. ← ComfyTV Text returns the string as-is — no disk IO. ComfyTV-generated copy → other native ComfyUI branches.

When to use it

  • Text Stage narrative → native CLIP compare
  • ComfyTV prompt chain → third-party STRING tools
  • Debug with Show Text

How it works

  • Normal node; executestr(text).
  • No Run; runs on Queue.

Types

bridges.md

Parameters

text

Upstream COMFYTV_TEXT.

Outputs

Step by step

  1. Run Text Stage or → ComfyTV Text.
  2. Wire ← ComfyTV Text.
  3. STRING → CLIP Text Encode, etc.
  4. Queue graph.
This page covers one node only. For end-to-end workflows, multi-stage pipelines, type conversion, and design rationale, see the ComfyTV user guides on GitHub:

Repository and workflows

FAQ

Q: Empty string?
A: Upstream ComfyTV text not Run or empty.
Q: vs → ComfyTV Text?
A: → into ComfyTV (Run); ← out of ComfyTV (no Run).
  • → ComfyTV Text
  • Text Stage