v2.5.0
This commit is contained in:
@@ -52,9 +52,6 @@
|
||||
"!curl -LsSf https://astral.sh/uv/install.sh | sh\n",
|
||||
"!git clone https://github.com/litagin02/Style-Bert-VITS2.git\n",
|
||||
"%cd Style-Bert-VITS2/\n",
|
||||
"# 後で消す!!!\n",
|
||||
"!git checkout dev\n",
|
||||
"# 後で消す!!!\n",
|
||||
"!uv pip install --system -q -r requirements-colab.txt\n",
|
||||
"!python initialize.py --skip_default_models"
|
||||
]
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
### 新機能等
|
||||
|
||||
- [よくある質問](/docs/FAQ.md)を追加
|
||||
- デフォルトモデルに [あみたろの声素材工房](https://amitaro.net/) のあみたろ様が公開しているコーパスとライブ配信音声を利用して学習した**小春音アミ**と**あみたろ**モデルを追加(あみたろ様には事前に連絡して許諾を得ています)
|
||||
- アプデの場合は新たに`App.bat`や`Editor.bat`を起動した際に自動でダウンロードされます
|
||||
- 学習時に音声データをスタイルごとにフォルダ分けしておくことで、そのフォルダごとのスタイルを学習時に自動的に作成するように
|
||||
@@ -14,6 +13,7 @@
|
||||
- `Data/モデル名/raw`から使う場合も`raw`直下に同様に配置
|
||||
- サブフォルダの個数が0または1の場合は、今まで通りのNeutralスタイルのみが作成されます
|
||||
- batファイルでのインストールの大幅な高速化(Pythonのライブラリインストールに[uv](https://github.com/astral-sh/uv)を使用)
|
||||
- [よくある質問](/docs/FAQ.md)を追加
|
||||
- 英語の音声合成の速度向上([gordon0414](https://github.com/gordon0414)さんによる[PR](https://github.com/litagin02/Style-Bert-VITS2/pull/124)です、ありがとうございます!)
|
||||
- エディターの各種機能改善(多くが[kamexy](https://github.com/kamexy)様による[エディターリポジトリ](https://github.com/litagin02/Style-Bert-VITS2-Editor)へのプルリク群です、ありがとうございます!)
|
||||
- 選択した行の下に新規の行を作成できるように
|
||||
|
||||
@@ -90,7 +90,7 @@ if !errorlevel! neq 0 ( popd & exit /b !errorlevel! )
|
||||
pushd Style-Bert-VITS2
|
||||
|
||||
@REM 後で消す!!!!!!!!!!
|
||||
git checkout dev
|
||||
@REM git checkout dev
|
||||
@REM 後で消す!!!!!!!!!!
|
||||
|
||||
echo --------------------------------------------------
|
||||
|
||||
@@ -90,7 +90,7 @@ if !errorlevel! neq 0 ( popd & exit /b !errorlevel! )
|
||||
pushd Style-Bert-VITS2
|
||||
|
||||
@REM 後で消す!!!!!!!!!!
|
||||
git checkout dev
|
||||
@REM git checkout dev
|
||||
@REM 後で消す!!!!!!!!!!
|
||||
|
||||
echo --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user