CoolFace
Modelpublic

ksuriuri/IndexTTS-2-vLLM

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes50downloads
Model Card

Introduction

Download / 下载

From Hugging Face

bash
# 使用 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 中:

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(国内)

bash
modelscope download --model kusuriuri/IndexTTS-2-vLLM --local_dir ./checkpoints/IndexTTS-2-vLLM