From 99b54ce097cedb5c3dc65c385912e534ce9d220e Mon Sep 17 00:00:00 2001 From: snicolast Date: Tue, 7 Oct 2025 08:32:02 +1300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea884c9..6724af1 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ 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, but a full local copy keeps everything offline. -- For full offline use download once and place the files below: +- 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`