ComfyUI Node
elevenlabs/text-to-dialogue-v3
elevenlabs/text-to-dialogue-v3 OpenAPI Specification
elevenlabs/text-to-dialogue-v3
- audio
- url
- all_urls_json
- task_id
- raw_json
- credits_consumed
- credits_left
◄dialogue[
{
"text": "I have a pen, I have an apple, ah, Apple pen~",
"voice": "EkK5I93UQWFDigLMpZcX"
},
{
"text": "a happy dog",
"voice": "Z3R5wn05IrDiVCyEkUrK"
},
{
"text": "a happy cat",
"voice": "NNl6r8mD7vthiJatiJt1"
}
]►
◄stability0.5►
◄language_codeaf►
◄timeout_seconds1200►
◄callback_url►
CategoryKIE Next/Audio/ElevenLabs/Dialogue
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| dialogue | STRING | [ { "text": "I have a pen, I have an apple, ah, Apple pen~", "voice": "EkK5I93UQWFDigLMpZcX" }, { "text": "a happy dog", "voice": "Z3R5wn05IrDiVCyEkUrK" }, { "text": "a happy cat", "voice": "NNl6r8mD7vthiJatiJt1" } ] | Array of dialogue items. Each item contains text and voice. The total character count of all text fields combined must not exceed 5000 characters. |
| stabilityopt | COMBO | 0.5 | Voice stability parameter. Must be one of the following values: 0.0, 0.5, or 1.0 |
| language_codeopt | COMBO | af | Language code for the speech. Default is empty string or omit the parameter for automatic language detection. |
| timeout_secondsopt | INT | 120030–7200 | — |
| callback_urlopt | STRING | Optional KIE callback URL. Leave empty for normal ComfyUI use. |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | — |
| url | STRING | — |
| all_urls_json | STRING | — |
| task_id | STRING | — |
| raw_json | STRING | — |
| credits_consumed | FLOAT | — |
| credits_left | FLOAT | — |