Index-tts2 single or two person
詳細
ファイルをダウンロード
このバージョンについて
モデル説明
2025年12月までで、最も優れたオープンソースのテキスト音声変換プロジェクトです。
ワークフローには、単一人用および二人用のTTS(テキスト音声変換)が含まれます。
GPUメモリは10GB必要です。
まず、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ユーザーは、TritonやSageAttentionなどのワheelをインストールする必要がある場合があります。
ComfyUIがそれらのインストールを促す場合は、以下の手順でインストールしてください:
Tritonをインストールするには、次のコマンドを実行してください:
pip install -U "triton-windows<3.6"
SageAttentionをインストールするには、https://github.com/woct0rdho/SageAttention/releases にアクセスし、使用しているTorchとCUDAのバージョンに合ったwheelをダウンロードして、たとえば次のように実行してください:
pip install sageattention-2.2.0+cu130torch2.9.0andhigher.post4-cp39-abi3-win_amd64.whl


