Add changelog, upd dockerignore

This commit is contained in:
litagin02
2024-02-27 20:48:38 +09:00
parent 512423c41d
commit 76bfa51f4b
2 changed files with 37 additions and 40 deletions

View File

@@ -1,43 +1,25 @@
# Dockerfile.deploy用 # Dockerfile.deploy用の.dockerignore
# 日本語のJP-Extraのエディター稼働のみに必要なファイルを指定する
*.pyc *
*.pyo
*.pyd
__pycache__
*.pyc
venv/ !/bert/deberta-v2-large-japanese-char-wwm/
.vscode/ !/common/
!/configs/
!/dict_data/default.csv
!/model_assets/
!/monotonic_align/
!/text/
.ipynb_checkpoints/ !/attentions.py
*.ipynb !/commons.py
!/config.py
.git/ !/default_config.yml
.gitignore !/infer.py
!/models.py
Dockerfile* !/models_jp_extra.py
.dockerignore !/modules.py
*.md !/requirements.txt
*.bat !/server_editor.py
LICENSE !/transforms.py
!/utils.py
*.wav
*.zip
*.csv
# 中国語と英語が必要な場合はコメントアウト
/bert/chinese-roberta-wwm-ext-large/
/bert/deberta-v3-large/
Data/
dict_data/user_dic.json
dict_data/user_dic.dic
docs/
inputs/
mos_results/
pretrained/
pretrained_jp_extra/
scripts/
slm/
static/
tools/

View File

@@ -1,5 +1,20 @@
# Changelog # Changelog
## v2.3.1 (2024-02-27)
### バグ修正
- colabの学習用ートブックが動かなかったのを修正
- `App.bat``server_fastapi.py`では読めない文字でまだエラーが発生するようになっていたので、推論時は必ず読めない文字を無視して強引に読むように挙動を変更
### 改善
- 読みが取得できない場合に、テキスト前処理完了時にエラーで中断する今までの挙動に加えて、「読み取得失敗ファイルを学習に使わずに進める」もしくは「読めない文字を無視して読んでファイルを学習に使い進める」というオプションを追加。
- マージ方法に線形補間の他に球面線形補完を追加 [@frodo821](https://github.com/frodo821) さんによるPRです、ありがとうございます
- デプロイ用`.dockerignore`を更新
### アップデート手順
- 2.3未満からのアップデートの場合は、[Update-to-Dict-Editor.bat](https://github.com/litagin02/Style-Bert-VITS2/releases/download/2.3/Update-to-Dict-Editor.bat)をダウンロードし、`Style-Bert-VITS2`フォルダがある場所インストールbatファイルとかがあったところにおいてダブルクリックしてください。
- 2.3からのアップデートの場合は、単純に今までの`Update-Style-Bert-VITS2.bat`でアップデートできます。
## v2.3 (2024-02-26) ## v2.3 (2024-02-26)
### 大きな変更 ### 大きな変更