Fix model loading

This commit is contained in:
WeberJulian 2023-10-19 17:37:56 -03:00
parent 34329d7d52
commit e18d6ada2f
1 changed files with 1 additions and 1 deletions

View File

@ -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