This commit is contained in:
XXXXRT666 2024-08-02 18:27:08 +08:00
parent de7ee7c7c1
commit 1e2f91e197
3 changed files with 9 additions and 2 deletions

2
GPT_SoVITS/text/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
G2PWModel
__pycache__

View File

@ -26,4 +26,9 @@ jieba
LangSegment>=0.2.0 LangSegment>=0.2.0
Faster_Whisper Faster_Whisper
wordsegment wordsegment
rotary_embedding_torch rotary_embedding_torch
pyjyutping
g2pk2
ko_pron
eunjeon; sys_platform != 'windows'
python_mecab_ko; sys_platform != 'windows'

View File

@ -24,7 +24,7 @@ asr_dict = {
'precision': ['float32'] 'precision': ['float32']
}, },
"Faster Whisper (多语种)": { "Faster Whisper (多语种)": {
'lang': ['auto', 'zh', 'en', 'ja'], 'lang': ['auto', 'zh', 'en', 'ja', 'ko', 'yue'],
'size': check_fw_local_models(), 'size': check_fw_local_models(),
'path': 'fasterwhisper_asr.py', 'path': 'fasterwhisper_asr.py',
'precision': ['float32', 'float16', 'int8'] 'precision': ['float32', 'float16', 'int8']