Update
This commit is contained in:
@@ -50,7 +50,7 @@ This repository is based on [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2
|
|||||||
|
|
||||||
Windowsを前提としています。
|
Windowsを前提としています。
|
||||||
|
|
||||||
1. [このzipファイル](https://github.com/litagin02/Style-Bert-VITS2/releases/download/1.3/Style-Bert-VITS2.zip)をダウンロードして展開します。
|
1. [このzipファイル](https://github.com/litagin02/Style-Bert-VITS2/releases/download/2.0/Style-Bert-VITS2.zip)をダウンロードして展開します。
|
||||||
- グラボがある方は、`Install-Style-Bert-VITS2.bat`をダブルクリックします。
|
- グラボがある方は、`Install-Style-Bert-VITS2.bat`をダブルクリックします。
|
||||||
- グラボがない方は、`Install-Style-Bert-VITS2-CPU.bat`をダブルクリックします。
|
- グラボがない方は、`Install-Style-Bert-VITS2-CPU.bat`をダブルクリックします。
|
||||||
2. 待つと自動で必要な環境がインストールされます。
|
2. 待つと自動で必要な環境がインストールされます。
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ def download_jp_extra_pretrained_models():
|
|||||||
local_path = Path("pretrained_jp_extra")
|
local_path = Path("pretrained_jp_extra")
|
||||||
for file in files:
|
for file in files:
|
||||||
if not Path(local_path).joinpath(file).exists():
|
if not Path(local_path).joinpath(file).exists():
|
||||||
logger.info(f"Downloading pretrained {file}")
|
logger.info(f"Downloading JP-Extra pretrained {file}")
|
||||||
hf_hub_download(
|
hf_hub_download(
|
||||||
"litagin/Style-Bert-VITS2-2.0-base-JP-Extra",
|
"litagin/Style-Bert-VITS2-2.0-base-JP-Extra",
|
||||||
file,
|
file,
|
||||||
|
|||||||
Reference in New Issue
Block a user