runtime error

Exit code: 1. Reason: n __init__ self.load_models(downloaded_files + file_path_list) File "/home/user/app/diffsynth/models/model_manager.py", line 515, in load_models self.load_model(file_path, model_names) File "/home/user/app/diffsynth/models/model_manager.py", line 498, in load_model model_names, models = model_detector.load( File "/home/user/app/diffsynth/models/model_manager.py", line 411, in load loaded_model_names_, loaded_models_ = load_patch_model_from_single_file( File "/home/user/app/diffsynth/models/model_manager.py", line 226, in load_patch_model_from_single_file patched_model = load_single_patch_model_from_single_file( File "/home/user/app/diffsynth/models/model_manager.py", line 207, in load_single_patch_model_from_single_file base_model.to("cpu") File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1152, in to return self._apply(convert) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 802, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 802, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 825, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1150, in convert return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) File "/usr/local/lib/python3.10/site-packages/spaces/zero/torch.py", line 150, in _to_op_register return _tensor_to(self, *args, **kwargs) TypeError: to() received an invalid combination of arguments - got (torch.device, NoneType, bool, dtype=torch.dtype), but expected one of: * (torch.device device, torch.dtype dtype, bool non_blocking, bool copy, *, torch.memory_format memory_format) * (torch.dtype dtype, bool non_blocking, bool copy, *, torch.memory_format memory_format) * (Tensor tensor, bool non_blocking, bool copy, *, torch.memory_format memory_format)

Container logs:

Fetching error logs...