Index-tts2 single or two person
详情
下载文件
关于此版本
模型描述
这是截至2025年12月最好的开源文本转语音项目。
工作流包括单人和双人TTS(文本转语音)。
建议需要10GB的GPU显存。
首先,通过ComfyUI安装此自定义节点:
https://github.com/billwuhao/ComfyUI_IndexTTS
然后下载模型:
V2模型下载:手动将模型下载到ComfyUI\models\TTS下的指定文件夹:
https://hf-mirror.com/nvidia/bigvgan_v2_22khz_80band_256x/tree/main
https://hf-mirror.com/funasr/campplus/tree/main
https://hf-mirror.com/IndexTeam/IndexTTS-2/tree/main
https://hf-mirror.com/amphion/MaskGCT/tree/main/semantic_codec
https://hf-mirror.com/facebook/w2v-bert-2.0/tree/main
- bigvgan_v2_22khz_80band_256x
bigvgan_generator.pt
config.json
- campplus
campplus_cn_common.bin
- IndexTTS-2
│ .gitattributes
│ bpe.model
│ config.yaml
│ feat1.pt
│ feat2.pt
│ gpt.pth
│ README.md
│ s2mel.pth
│ wav2vec2bert_stats.pt
│
└─ qwen0.6bemo4-merge
added_tokens.json
chat_template.jinja
config.json
generation_config.json
merges.txt
model.safetensors
Modelfile
special_tokens_map.json
tokenizer.json
tokenizer_config.json
vocab.json
- MaskGCT
semantic_codec
model.safetensors
- w2v-bert-2.0
.gitattributes
config.json
conformer_shaw.pt model.safetensors
preprocessor_config.json
README.md
请注意,Windows用户可能需要安装wheel,例如Triton和SageAttention。
如果ComfyUI提示您安装它们,您可以:
通过运行以下命令安装Triton:
pip install -U "triton-windows<3.6"
通过访问 https://github.com/woct0rdho/SageAttention/releases 安装SageAttention,找到与您的Torch和CUDA版本匹配的wheel,然后运行类似以下的命令:
pip install sageattention-2.2.0+cu130torch2.9.0andhigher.post4-cp39-abi3-win_amd64.whl


