Hugging Face's logo
Mrm97
/
Agents
Runtime error

runtime error

Exit code: 1. Reason: ) ^ File "/usr/local/lib/python3.13/site-packages/urllib3/connection.py", line 499, in request self.putheader(header, value) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/urllib3/connection.py", line 413, in putheader super().putheader(header, *values) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/http/client.py", line 1331, in putheader values[i] = one_value.encode('latin-1') ~~~~~~~~~~~~~~~~^^^^^^^^^^^ UnicodeEncodeError: 'latin-1' codec can't encode character '\u0645' in position 7: ordinal not in range(256) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/wan2_fast.py", line 183, in <module> vae = AutoencoderKLWan.from_pretrained(MODEL_ID, subfolder="vae", torch_dtype=torch.float32) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/diffusers/models/modeling_utils.py", line 1110, in from_pretrained config, unused_kwargs, commit_hash = cls.load_config( ~~~~~~~~~~~~~~~^ config_path, ^^^^^^^^^^^^ ...<11 lines>... **kwargs, ^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/diffusers/configuration_utils.py", line 460, in load_config raise EnvironmentError( ...<5 lines>... ) OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like FastVideo/FastWan2.2-TI2V-5B-FullAttn-Diffusers is not the path to a directory containing a config.json file. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/diffusers/installation#offline-mode'.

Container logs:

Fetching error logs...