forked from fishaudio/Bert-VITS2
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from litagin02/dev
2.3.1
- Loading branch information
Showing
19 changed files
with
207 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,25 @@ | ||
# Dockerfile.deploy用 | ||
|
||
*.pyc | ||
*.pyo | ||
*.pyd | ||
__pycache__ | ||
*.pyc | ||
|
||
venv/ | ||
.vscode/ | ||
|
||
.ipynb_checkpoints/ | ||
*.ipynb | ||
|
||
.git/ | ||
.gitignore | ||
|
||
Dockerfile* | ||
.dockerignore | ||
*.md | ||
*.bat | ||
LICENSE | ||
|
||
*.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/ | ||
# Dockerfile.deploy用の.dockerignore | ||
# 日本語のJP-Extraのエディター稼働のみに必要なファイルを指定する | ||
|
||
* | ||
|
||
!/bert/deberta-v2-large-japanese-char-wwm/ | ||
!/common/ | ||
!/configs/ | ||
!/dict_data/default.csv | ||
!/model_assets/ | ||
!/monotonic_align/ | ||
!/text/ | ||
|
||
!/attentions.py | ||
!/commons.py | ||
!/config.py | ||
!/default_config.yml | ||
!/infer.py | ||
!/models.py | ||
!/models_jp_extra.py | ||
!/modules.py | ||
!/requirements.txt | ||
!/server_editor.py | ||
!/transforms.py | ||
!/utils.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,5 +68,5 @@ | |
"use_spectral_norm": false, | ||
"gin_channels": 256 | ||
}, | ||
"version": "2.3" | ||
"version": "2.3.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,5 +75,5 @@ | |
"initial_channel": 64 | ||
} | ||
}, | ||
"version": "2.3-JP-Extra" | ||
"version": "2.3.1-JP-Extra" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.