Merge pull request #277 from index-tts/tts2dev

Tts2dev fix video
This commit is contained in:
index-tts 2025-09-08 17:55:53 +08:00 committed by GitHub
commit 92d50a6ba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Existing autoregressive large-scale text-to-speech (TTS) models have advantages
**IndexTTS2: The Future of Voice, Now Generating**
[![IndexTTS2 Demo](assets/IndexTTS2-video-pic.png)](assets/IndexTTS2.mp4)
[![IndexTTS2 Demo](assets/IndexTTS2-video-pic.png)](https://www.bilibili.com/video/BV136a9zqEk5)
*Click the image to watch IndexTTS2 video*
@ -132,6 +132,11 @@ Recommended for China users. 如果下载速度慢,可以使用镜像:
export HF_ENDPOINT="https://hf-mirror.com"
```
Or download by `modelscope`
```bash
modelscope download --model IndexTeam/IndexTTS-2 --local_dir checkpoints
```
### IndexTTS2 Quickstart

Binary file not shown.