> ## 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.

# ElevenLabsInstantVoiceClone - ComfyUI Built-in Node Documentation

> Complete documentation for the ElevenLabsInstantVoiceClone 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/ElevenLabsInstantVoiceClone/en.md)

The ElevenLabs Instant Voice Clone node creates a new, unique voice model by analyzing 1 to 8 audio recordings of a person's voice. It sends these samples to the ElevenLabs API, which processes them to generate a voice clone that can be used for text-to-speech synthesis.

## Inputs

| Parameter                 | Data Type | Required | Range        | Description                                                                        |
| ------------------------- | --------- | -------- | ------------ | ---------------------------------------------------------------------------------- |
| `audio_*`                 | AUDIO     | Yes      | 1 to 8 files | Audio recordings for voice cloning. You must provide between 1 and 8 audio files.  |
| `remove_background_noise` | BOOLEAN   | No       | True / False | Remove background noise from voice samples using audio isolation. (default: False) |

**Note:** You must provide at least one audio file, and you can provide up to eight. The node will automatically create input slots for the audio files you add.

## Outputs

| Output Name | Data Type         | Description                                                                                                                            |
| ----------- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `voice`     | ELEVENLABS\_VOICE | The unique identifier for the newly created cloned voice model. This output can be connected to other ElevenLabs text-to-speech nodes. |
