This commit is contained in:
litagin02
2024-06-01 14:29:49 +09:00
parent 1b50d3d3e4
commit f778a41f93
2 changed files with 1 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
- `inputs`からスライスして使う場合は`inputs`直下に作りたいスタイルだけサブフォルダを作りそこに音声ファイルを配置
- `Data/モデル名/raw`から使う場合も`raw`直下に同様に配置
- サブフォルダの個数が0または1の場合は、今まで通りのNeutralスタイルのみが作成されます
- batファイルでのインストールの高速化Pythonのライブラリインストールに[uv](https://github.com/astral-sh/uv)を使用)
- batファイルでのインストールの大幅な高速化Pythonのライブラリインストールに[uv](https://github.com/astral-sh/uv)を使用)
- 英語の音声合成の速度向上([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)へのプルリク群です、ありがとうございます!)
- 選択した行の下に新規の行を作成できるように

View File

@@ -72,7 +72,6 @@ def download_default_models():
"litagin/style_bert_vits2_jvnv",
file,
local_dir="model_assets",
local_dir_use_symlinks=False,
)
additional_files = {
"litagin/sbv2_koharune_ami": [
@@ -89,7 +88,6 @@ def download_default_models():
repo_id,
file,
local_dir="model_assets",
local_dir_use_symlinks=False,
)