Introduction
- Converted weight files for: IndexTTS-2-vLLM
- Original project: IndexTTS
- Original model weights: IndexTTS-2
Download / 下载
From Hugging Face
# 使用 huggingface-cli(需先 pip install huggingface_hub)
huggingface-cli download <your_repo_id>/IndexTTS-2-vLLM --local-dir ./checkpoints/IndexTTS-2-vLLM --local-dir-use-symlinks False
或在 Python 中:
from huggingface_hub import snapshot_download
snapshot_download(repo_id="<your_repo_id>/IndexTTS-2-vLLM", local_dir="./checkpoints/IndexTTS-2-vLLM")
From ModelScope(国内)
modelscope download --model kusuriuri/IndexTTS-2-vLLM --local_dir ./checkpoints/IndexTTS-2-vLLM
- Downloads last month
- 5