What this node does
ComfyTV Text Stage or → ComfyTV Text producesCOMFYTV_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;
execute→str(text). - No Run; runs on Queue.
Types
bridges.md
Parameters
text
Upstream COMFYTV_TEXT.Outputs
Step by step
- Run Text Stage or → ComfyTV Text.
- Wire ← ComfyTV Text.
- STRING → CLIP Text Encode, etc.
- Queue graph.
Full guides (recommended reading)
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).
Related nodes
- → ComfyTV Text
- Text Stage