From 2c88c9731f7842a4b84db1565659889435d896df Mon Sep 17 00:00:00 2001 From: shujingchen Date: Mon, 8 Sep 2025 17:51:20 +0800 Subject: [PATCH] add download link& update video --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 204fbf2..36dff65 100644 --- a/README.md +++ b/README.md @@ -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" ``` +Download by `modelscope` +```bash +modelscope download --model IndexTeam/IndexTTS-2 --local_dir checkpoints +``` + ### IndexTTS2 Quickstart