runtime error

Exit code: 1. Reason: rch_model.bin: 0%| | 0.00/380M [00:00<?, ?B/s] pytorch_model.bin: 29%|██▉ | 112M/380M [00:01<00:03, 73.3MB/s] pytorch_model.bin: 100%|██████████| 380M/380M [00:02<00:00, 159MB/s] model.safetensors: 0%| | 0.00/380M [00:00<?, ?B/s] preprocessor_config.json: 0%| | 0.00/160 [00:00<?, ?B/s] preprocessor_config.json: 100%|██████████| 160/160 [00:00<00:00, 1.07MB/s] [2025-09-30 08:15:15,572] INFO: Creating MultiTalk pipeline. [2025-09-30 08:15:15,573] INFO: loading https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-480P/resolve/main/models_t5_umt5-xxl-enc-bf16.pth?download=true/models_t5_umt5-xxl-enc-bf16.pth model.safetensors: 12%|█▏ | 44.9M/380M [00:01<00:08, 39.2MB/s] model.safetensors: 82%|████████▏ | 313M/380M [00:02<00:00, 153MB/s]  model.safetensors: 100%|██████████| 380M/380M [00:02<00:00, 160MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 834, in <module> run_graio_demo(args) File "/home/user/app/app.py", line 512, in run_graio_demo wan_i2v = wan.InfiniteTalkPipeline( File "/home/user/app/wan/multitalk.py", line 168, in __init__ self.text_encoder = T5EncoderModel( File "/home/user/app/wan/modules/t5.py", line 517, in __init__ model.load_state_dict(torch.load(checkpoint_path, map_location='cpu')) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1484, in load with _open_file_like(f, "rb") as opened_file: File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 759, in _open_file_like return _open_file(name_or_buffer, mode) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 740, in __init__ super().__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: 'https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-480P/resolve/main/models_t5_umt5-xxl-enc-bf16.pth?download=true/models_t5_umt5-xxl-enc-bf16.pth'

Container logs:

Fetching error logs...