runtime error
Exit code: 1. Reason: h 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 0xcb in position 8: invalid continuation byte During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 9, in <module> transformer = LTXVideoTransformer3DModel.from_single_file( model_path, quantization_config=GGUFQuantizationConfig(compute_dtype=torch.bfloat16), torch_dtype=torch.bfloat16, ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/diffusers/loaders/single_file_model.py", line 353, in from_single_file checkpoint = load_single_file_checkpoint( pretrained_model_link_or_path_or_dict, ...<7 lines>... user_agent=user_agent, ) File "/usr/local/lib/python3.13/site-packages/diffusers/loaders/single_file_utils.py", line 484, 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--ltxv-gguf/snapshots/0990265881485e3419312141f6a1974ab2f7a4c6/ltx-video-2b-v0.9-q8_0.gguf' at '/root/.cache/huggingface/hub/models--calcuis--ltxv-gguf/snapshots/0990265881485e3419312141f6a1974ab2f7a4c6/ltx-video-2b-v0.9-q8_0.gguf'.
Container logs:
Fetching error logs...