> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ElevenLabsTextToDialogue - ComfyUI Built-in Node Documentation

> Complete documentation for the ElevenLabsTextToDialogue node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ElevenLabsTextToDialogue/en.md)

The ElevenLabs Text to Dialogue node generates a multi-speaker audio dialogue from text. It allows you to create a conversation by specifying different text lines and distinct voices for each participant. The node sends the dialogue request to the ElevenLabs API and returns the generated audio.

## Inputs

| Parameter                  | Data Type    | Required | Range                                                                                                     | Description                                                                                                                                         |
| -------------------------- | ------------ | -------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `stability`                | FLOAT        | No       | 0.0 - 1.0                                                                                                 | Voice stability. Lower values give broader emotional range, higher values produce more consistent but potentially monotonous speech. (default: 0.5) |
| `apply_text_normalization` | COMBO        | No       | `"auto"`<br />`"on"`<br />`"off"`                                                                         | Text normalization mode. 'auto' lets the system decide, 'on' always applies normalization, 'off' skips it.                                          |
| `model`                    | COMBO        | No       | `"eleven_v3"`                                                                                             | Model to use for dialogue generation.                                                                                                               |
| `inputs`                   | DYNAMICCOMBO | Yes      | `"1"`<br />`"2"`<br />`"3"`<br />`"4"`<br />`"5"`<br />`"6"`<br />`"7"`<br />`"8"`<br />`"9"`<br />`"10"` | Number of dialogue entries. Selecting a number will generate that many text and voice input fields.                                                 |
| `language_code`            | STRING       | No       | -                                                                                                         | ISO-639-1 or ISO-639-3 language code (e.g., 'en', 'es', 'fra'). Leave empty for automatic detection. (default: empty)                               |
| `seed`                     | INT          | No       | 0 - 4294967295                                                                                            | Seed for reproducibility. (default: 1)                                                                                                              |
| `output_format`            | COMBO        | No       | `"mp3_44100_192"`<br />`"opus_48000_192"`                                                                 | Audio output format.                                                                                                                                |

**Note:** The `inputs` parameter is dynamic. When you select a number (e.g., "3"), the node will display three corresponding `text` and `voice` input fields (e.g., `text1`, `voice1`, `text2`, `voice2`, `text3`, `voice3`). Each `text` field must contain at least one character.

## Outputs

| Output Name | Data Type | Description                                                               |
| ----------- | --------- | ------------------------------------------------------------------------- |
| `audio`     | AUDIO     | The generated multi-speaker dialogue audio in the selected output format. |
