runtime error

resp = self.send(prep, **send_kwargs) File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 67, in send return super().send(request, *args, **kwargs) File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/requests/adapters.py", line 532, in send raise ReadTimeout(e, request=request) requests.exceptions.ReadTimeout: (ReadTimeoutError("HTTPSConnectionPool(host='hf.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: db16334b-0f85-4d96-a6d5-792caadfcb4d)') During handling of the above exception, another exception occurred: 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 573, in from_pretrained raise e 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 356, in _get_model_file raise EnvironmentError( OSError: Can't load the model for 'stabilityai/stable-diffusion-xl-base-1.0'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'stabilityai/stable-diffusion-xl-base-1.0' is the correct path to a directory containing a file named diffusion_pytorch_model.fp16.safetensors

Container logs:

Fetching error logs...