Exclude xtts 2 from ignore list in config resolution

This commit is contained in:
bivashy 2023-12-30 00:14:29 +06:00
parent 5dcc16d193
commit c1762660ed
No known key found for this signature in database
GPG Key ID: AF03FBF1D67CAA32
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ class ModelManager(object):
output_model_path = output_path
output_config_path = None
if (
model not in ["tortoise-v2", "bark"] and "fairseq" not in model_name and "xtts" not in model_name
model not in ["tortoise-v2", "bark"] and "fairseq" not in model_name and "xtts1" 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