Speech Stage · screenshot coming soon
What this node does
Speech Stage is ComfyTV’s text-to-speech (TTS) node. Put the full script in main_prompt, pick a TTS workflow, click ▶ Run, and get aCOMFYTV_AUDIO speech snapshot.
The stage is model-agnostic: the UI exposes parameters common to most TTS backends (text, voice, language, speed, optional reference audio). Engine-specific options live in sidebar Custom Params via preset JSON.
Do not use Speech Stage like Music Stage: there are no genre/BPM tags—main_prompt is the script to read aloud.
When to use it
- Short-form narration, ad voice-over, character dialogue.
- Copy dialogue from Storyboard shots into Speech Stage.
- Audio for Video Stage IA2V (Speech audio → Video audio).
- Voice cloning with reference_audio + reference_text (F5-TTS, GPT-SoVITS, etc.).
How ComfyTV stages work
- ▶ Run executes only the subgraph in
workflows/speech/. - Snapshots: MP3/FLAC URL stored in the project for IA2V and Timeline.
- Native ComfyUI has no TTS (ACE-Step is music-only); Speech relies on custom nodes (e.g. Kokoro).
Types (COMFYTV_AUDIO vs native ComfyUI)
Conversion:
- Native → ComfyTV: → ComfyTV Audio
- ComfyTV → native: ← ComfyTV Audio
Speech Stage vs Music Stage (important)
Parameters
workflow
TTS backend fromworkflows/speech/.
Built-in: Kokoro TTS (kokoro-tts.json)
- Kokoro-82M, ONNX on CPU, lightweight for end-to-end testing.
- Install custom node:
main_prompt (script)
The full text to speak—not music tags. Example:Welcome to today's show. Next, we visit a cyberpunk city of the future.
voice (preset speaker)
Named speaker id for preset-voice models (Kokoro, Bark, ElevenLabs). Kokoro uses preset defaults likeaf_sarah.
Leave empty when cloning from reference_audio (if the workflow supports it).
language
Language for multilingual models. Auto = workflow/model default (Kokoro falls back to English). Kokoro requires exact names:English, Mandarin Chinese, Japanese, French, etc.
Mistake: Expecting Chinese with Auto on Kokoro—pick Mandarin Chinese explicitly.
speed
1.0 = natural rate, range 0.5–2.0.
reference_text
Transcript of the reference clip; required for F5-TTS / GPT-SoVITS cloning. Auto-transcribing engines may leave it empty.reference_audio
OptionalCOMFYTV_AUDIO for voice cloning. Wire upstream audio or Load Audio from Asset; bind via upstream_audio:value in preset.
Kokoro does not support cloning—these fields are ignored for Kokoro.
custom_params
Sidebar bindings for engine-specific params.Outputs
Step by step for beginners
- Install Kokoro (above), add Project + Speech Stage.
- workflow → Kokoro TTS.
- main_prompt: a short narration (2–3 sentences).
- language →
Mandarin Chinesefor Chinese (avoid Auto). - voice empty (preset default), speed
1.0. - ▶ Run and preview on the node.
- For lip-sync video: Video Stage → IA2V, Speech audio → Video audio, portrait on images.
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: Reads English but I wrote Chinese?A: On Kokoro, set language to
Mandarin Chinese, not Auto.
Q: Speech or Music Stage?A: Read script → Speech; BGM or song → Music Stage. Q: Kokoro not found?
A: Install
comfyui-kokoro + kokoro-onnx, restart ComfyUI.
Q: reference_audio has no effect?A: Kokoro has no cloning—use F5-TTS etc. with proper preset bindings.
Related nodes
- Music Stage (Audio Stage)—songs/instrumentals, not TTS.
- Video Stage (IA2V)—audio from Speech drives visuals.
- Storyboard Stage—copy shot dialogue to Speech main_prompt.
- Load Audio from Asset—pick existing voice tracks.
- Bridge → / ← ComfyTV Audio—native interop.
- Project—project context.