runtime error

on().request(method=method, url=url, **params) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 67, in send return super().send(request, *args, **kwargs) File "/home/user/.local/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: 4220a7b3-b6d4-4ce2-b822-59b4036f207f)') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 22, in <module> pipeline.load_ip_adapter("h94/IP-Adapter", subfolder="sdxl_models", weight_name=["ip-adapter-plus_sdxl_vit-h.safetensors", "ip-adapter-plus-face_sdxl_vit-h.safetensors"]) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/diffusers/loaders/ip_adapter.py", line 129, in load_ip_adapter model_file = _get_model_file( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/diffusers/utils/hub_utils.py", line 343, in _get_model_file raise EnvironmentError( OSError: Can't load the model for 'h94/IP-Adapter'. 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 'h94/IP-Adapter' is the correct path to a directory containing a file named ip-adapter-plus_sdxl_vit-h.safetensors

Container logs:

Fetching error logs...