runtime error
Exit code: 1. Reason: ████▉| 1.39G/1.39G [00:02<00:00, 622MB/s] unet%2Fconfig.json: 0%| | 0.00/1.68k [00:00<?, ?B/s][A unet%2Fconfig.json: 100%|██████████| 1.68k/1.68k [00:00<00:00, 10.6MB/s] diffusion_pytorch_model.fp16.safetensors: 0%| | 0.00/5.14G [00:00<?, ?B/s][A diffusion_pytorch_model.fp16.safetensors: 0%| | 0.00/5.14G [00:10<?, ?B/s] Traceback (most recent call last): File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 498, in http_get hf_transfer.download( Exception: No content length The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 514, in <module> main() File "/home/user/app/app.py", line 64, in main model = RegionDiffusionXL() File "/home/user/app/models/region_diffusion_xl.py", line 115, in __init__ self.unet = UNet2DConditionModel.from_pretrained(load_path, subfolder="unet", torch_dtype=torch.float16, use_safetensors=True, variant="fp16").to(device) File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/models/modeling_utils.py", line 557, in from_pretrained model_file = _get_model_file( File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/utils/hub_utils.py", line 311, in _get_model_file model_file = hf_hub_download( File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1457, in hf_hub_download http_get( File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 509, in http_get raise RuntimeError( RuntimeError: An error occurred while downloading using `hf_transfer`. Consider disabling HF_HUB_ENABLE_HF_TRANSFER for better error handling.
Container logs:
Fetching error logs...