diff --git a/README.md b/README.md index 6fc84f6..afc5989 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ uv sync --all-extras --default-index "https://mirrors.tuna.tsinghua.edu.cn/pypi/ Download via `huggingface-cli`: ```bash -uv tool install "huggingface_hub[cli]" +uv tool install "huggingface-hub[cli,hf_xet]" hf download IndexTeam/IndexTTS-2 --local-dir=checkpoints ``` diff --git a/docs/README_zh.md b/docs/README_zh.md index 534adc4..1407449 100644 --- a/docs/README_zh.md +++ b/docs/README_zh.md @@ -185,7 +185,7 @@ uv sync --all-extras --default-index "https://mirrors.tuna.tsinghua.edu.cn/pypi/ HuggingFace下载: ```bash -uv tool install "huggingface_hub[cli]" +uv tool install "huggingface-hub[cli,hf_xet]" hf download IndexTeam/IndexTTS-2 --local-dir=checkpoints ```