runtime error

Exit code: 1. Reason: raise ImportError("Please install torch and gguf>=0.10.0 to load a GGUF checkpoint in PyTorch.") ImportError: Please install torch and gguf>=0.10.0 to load a GGUF checkpoint in PyTorch. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/diffusers/models/model_loading_utils.py", line 196, in load_state_dict if f.read().startswith("version"): ~~~~~~^^ File "<frozen codecs>", line 325, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 8: invalid start byte During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 16, in <module> pipe = StableDiffusionPipeline.from_single_file( model_path, torch_dtype=torch.float32, ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/diffusers/loaders/single_file.py", line 391, in from_single_file checkpoint = load_single_file_checkpoint( pretrained_model_link_or_path, ...<6 lines>... disable_mmap=disable_mmap, ) File "/usr/local/lib/python3.13/site-packages/diffusers/loaders/single_file_utils.py", line 487, in load_single_file_checkpoint checkpoint = load_state_dict(pretrained_model_link_or_path, disable_mmap=disable_mmap) File "/usr/local/lib/python3.13/site-packages/diffusers/models/model_loading_utils.py", line 208, in load_state_dict raise OSError( f"Unable to load weights from checkpoint file for '{checkpoint_file}' at '{checkpoint_file}'. " ) OSError: Unable to load weights from checkpoint file for '/root/.cache/huggingface/hub/models--calcuis--pony/snapshots/30675e0fc8c99bdfb0938ddc3919f6b5d64fbbaa/blackmagic-q4_k_m.gguf' at '/root/.cache/huggingface/hub/models--calcuis--pony/snapshots/30675e0fc8c99bdfb0938ddc3919f6b5d64fbbaa/blackmagic-q4_k_m.gguf'.

Container logs:

Fetching error logs...