mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 15:19:59 +08:00
chores
This commit is contained in:
parent
de7ee7c7c1
commit
1e2f91e197
2
GPT_SoVITS/text/.gitignore
vendored
Normal file
2
GPT_SoVITS/text/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
G2PWModel
|
||||
__pycache__
|
@ -26,4 +26,9 @@ jieba
|
||||
LangSegment>=0.2.0
|
||||
Faster_Whisper
|
||||
wordsegment
|
||||
rotary_embedding_torch
|
||||
rotary_embedding_torch
|
||||
pyjyutping
|
||||
g2pk2
|
||||
ko_pron
|
||||
eunjeon; sys_platform != 'windows'
|
||||
python_mecab_ko; sys_platform != 'windows'
|
||||
|
@ -24,7 +24,7 @@ asr_dict = {
|
||||
'precision': ['float32']
|
||||
},
|
||||
"Faster Whisper (多语种)": {
|
||||
'lang': ['auto', 'zh', 'en', 'ja'],
|
||||
'lang': ['auto', 'zh', 'en', 'ja', 'ko', 'yue'],
|
||||
'size': check_fw_local_models(),
|
||||
'path': 'fasterwhisper_asr.py',
|
||||
'precision': ['float32', 'float16', 'int8']
|
||||
|
Loading…
x
Reference in New Issue
Block a user