Views
No views yet
1# 使用 huggingface-cli(需先 pip install huggingface_hub)
2huggingface-cli download <your_repo_id>/IndexTTS-2-vLLM --local-dir ./checkpoints/IndexTTS-2-vLLM --local-dir-use-symlinks False1from huggingface_hub import snapshot_download
2snapshot_download(repo_id="<your_repo_id>/IndexTTS-2-vLLM", local_dir="./checkpoints/IndexTTS-2-vLLM")modelscope download --model kusuriuri/IndexTTS-2-vLLM --local_dir ./checkpoints/IndexTTS-2-vLLM