> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/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.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ElevenLabsInstantVoiceClone/zh.md)

ElevenLabs Instant Voice Clone 节点通过分析 1 到 8 段人声录音来创建一个新的、独特的语音模型。它会将这些样本发送到 ElevenLabs API，API 将处理这些样本以生成可用于文本转语音合成的语音克隆。

## 输入参数

| 参数                        | 数据类型    | 必需 | 范围           | 描述                               |
| ------------------------- | ------- | -- | ------------ | -------------------------------- |
| `audio_*`                 | AUDIO   | 是  | 1 到 8 个文件    | 用于语音克隆的音频录音。您必须提供 1 到 8 个音频文件。   |
| `remove_background_noise` | BOOLEAN | 否  | True / False | 使用音频隔离技术从语音样本中去除背景噪音。（默认值：False） |

**注意：** 您必须提供至少一个音频文件，最多可提供八个。节点将根据您添加的音频文件自动创建输入槽。

## 输出

| 输出名称    | 数据类型              | 描述                                              |
| ------- | ----------------- | ----------------------------------------------- |
| `voice` | ELEVENLABS\_VOICE | 新创建的克隆语音模型的唯一标识符。此输出可以连接到其他 ElevenLabs 文本转语音节点。 |
