ComfyUI Node
OpenAI TTS Speech
Generate speech using an OpenAI-compatible TTS server (e.g., Omnivoice). Provide a voice reference via voice_path or by wiring an AUDIO input.
OpenAI TTS Speech
- tts_connection
- voice_audio
- audio
◄textHello, world!►
◄voice_path►
◄speed1.00►
CategoryLlamaCPP API
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Hello, world! | — |
| voice_path | STRING | Path to a reference audio file (.wav/.mp3/.ogg) for voice cloning. | |
| speed | FLOAT | 1.000.5–2 | Speech speed multiplier (0.5 = slow, 2.0 = fast). |
| tts_connectionopt | OPENAI_TTS_CONN | Wire an OpenAI TTS Connectivity node. | |
| voice_audioopt | AUDIO | Alternatively, wire an AUDIO clip as the voice reference. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | — |