Maybe v2.3

This commit is contained in:
litagin02
2024-02-26 15:10:00 +09:00
parent a6ae2bd15a
commit 8caa895a6f
7 changed files with 65 additions and 84 deletions

View File

@@ -37,7 +37,10 @@ if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
pip install -U -r Style-Bert-VITS2\requirements.txt
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
echo Style-Bert-VITS2のアップデートが完了しました。
echo Update completed. Running Style-Bert-VITS2 Editor...
@REM Style-Bert-VITS2 Editorを起動
python server_editor.py --inbrowser
pause