Introduction

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
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support