This commit is contained in:
WeberJulian 2023-11-08 10:17:54 +01:00
parent ea56ec041f
commit d6e223f484
1 changed files with 0 additions and 1 deletions

View File

@ -394,7 +394,6 @@ class ModelManager(object):
# ToDo: we need a better way to handle it # ToDo: we need a better way to handle it
if "xtts" in model_name: if "xtts" in model_name:
try: try:
#raise Exception(" > XTTS models are not supported yet.")
self.check_if_configs_are_equal(model_name, model_item, output_path) self.check_if_configs_are_equal(model_name, model_item, output_path)
except: except:
pass pass