mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Make tts ready
This commit is contained in:
@@ -356,7 +356,7 @@ If you don't specify any models, then it uses LJSpeech based English model.
|
||||
vc_config_path = config_path
|
||||
|
||||
# tts model with multiple files to be loaded from the directory path
|
||||
if isinstance(model_item["github_rls_url"], list):
|
||||
if "fairseq" == model_item["author"] or isinstance(model_item["github_rls_url"], list):
|
||||
model_dir = model_path
|
||||
tts_path = None
|
||||
tts_config_path = None
|
||||
|
||||
Reference in New Issue
Block a user