This commit is contained in:
tuna2134
2026-07-23 15:59:17 +09:00
parent a8b36ba33f
commit 1785e81509
6 changed files with 11 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ git clone https://github.com/litagin02/Style-Bert-VITS2.git
cd Style-Bert-VITS2
uv venv --python 3.12 venv
venv\Scripts\activate
uv pip install "torch>=2.7,<2.8" "torchaudio>=2.7,<2.8" --index-url https://download.pytorch.org/whl/cu118
uv pip install "torch>=2.8,<2.9" "torchaudio>=2.8,<2.9" --index-url https://download.pytorch.org/whl/cu126
uv pip install -r requirements.txt
python initialize.py # 必要なモデルとデフォルトTTSモデルをダウンロード
```