runtime error
Exit code: 1. Reason: eader(opened_file) as opened_zipfile: File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 771, in __init__ super().__init__(torch._C.PyTorchFileReader(name_or_buffer)) RuntimeError: [enforce fail at inline_container.cc:176] . file in archive is not in a subdirectory: model_index.json During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/diffusers/models/model_loading_utils.py", line 195, in load_state_dict if f.read().startswith("version"): File "/usr/local/lib/python3.10/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0x87 in position 14: invalid start byte During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 80, in <module> pipe = StableDiffusion3Pipeline.from_single_file( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/loaders/single_file.py", line 391, in from_single_file checkpoint = load_single_file_checkpoint( File "/usr/local/lib/python3.10/site-packages/diffusers/loaders/single_file_utils.py", line 426, in load_single_file_checkpoint checkpoint = load_state_dict(pretrained_model_link_or_path, disable_mmap=disable_mmap) File "/usr/local/lib/python3.10/site-packages/diffusers/models/model_loading_utils.py", line 207, in load_state_dict raise OSError( OSError: Unable to load weights from checkpoint file for '/home/user/.cache/huggingface/hub/models--1inkus--sd35-large-UltraReal-bf16-DDUF/snapshots/5e0908d1426f400de830938890ee27535f585c01/sd3-bf16-large.dduf' at '/home/user/.cache/huggingface/hub/models--1inkus--sd35-large-UltraReal-bf16-DDUF/snapshots/5e0908d1426f400de830938890ee27535f585c01/sd3-bf16-large.dduf'.
Container logs:
Fetching error logs...