From e18d6ada2f37781f6cb1165ef0e563ed4cdd4eb2 Mon Sep 17 00:00:00 2001 From: WeberJulian Date: Thu, 19 Oct 2023 17:37:56 -0300 Subject: [PATCH] Fix model loading --- TTS/utils/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/utils/manage.py b/TTS/utils/manage.py index 955eeb9b..1db6ae39 100644 --- a/TTS/utils/manage.py +++ b/TTS/utils/manage.py @@ -395,7 +395,7 @@ class ModelManager(object): output_model_path = output_path output_config_path = None if ( - model not in ["tortoise-v2", "bark", "xtts_v1"] and "fairseq" not in model_name + model not in ["tortoise-v2", "bark", "xtts_v1", "xtts_v1.1"] and "fairseq" not in model_name ): # TODO:This is stupid but don't care for now. output_model_path, output_config_path = self._find_files(output_path) # update paths in the config.json