diff --git a/README.md b/README.md index 6724af1..8470c68 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,6 @@ Original repo: https://github.com/index-tts/index-tts ## Models - Create `checkpoints/` in the repo root and copy the IndexTTS-2 release there (https://huggingface.co/IndexTeam/IndexTTS-2/tree/main). Missing files will be cached from Hugging Face automatically. -- Recommended local copies (avoid repeated downloads): - - `facebook/w2v-bert-2.0` -> `checkpoints/w2v-bert-2.0/` (the loader checks this folder before contacting Hugging Face) - - BigVGAN config and weights -> `checkpoints/bigvgan/` - - MaskGCT semantic codec -> `checkpoints/semantic_codec/model.safetensors` - - CAMPPlus model -> `checkpoints/campplus_cn_common.bin` - - Optional: QwenEmotion (`qwen0.6bemo4-merge/`) for the text-to-emotion helper node -- Typical layout: - ``` - checkpoints/ - config.yaml, gpt.pth, s2mel.pth, bpe.model, feat*.pt, wav2vec2bert_stats.pt - bigvgan/{config.json,bigvgan_generator.pt} - semantic_codec/model.safetensors - campplus_cn_common.bin - qwen0.6bemo4-merge/[model files] - w2v-bert-2.0/[HF files] ``` ## Nodes