runtime error
Exit code: 1. Reason: _wrapper response = get_session().request(method=method, url=url, **params) File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 93, in send return super().send(request, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 713, 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: ebefecd9-47c1-4e95-b19d-8779a5f34aac)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/demo_gradio.py", line 49, in <module> controlnet = ControlNetModel.from_pretrained(controlnet_path, variant="fp16", use_safetensors=True, torch_dtype=torch.float16).to(device) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/models/modeling_utils.py", line 690, in from_pretrained model_file = _get_model_file( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/hub_utils.py", line 389, in _get_model_file raise EnvironmentError( OSError: Can't load the model for 'diffusers/controlnet-depth-sdxl-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 'diffusers/controlnet-depth-sdxl-1.0' is the correct path to a directory containing a file named diffusion_pytorch_model.fp16.safetensors
Container logs:
Fetching error logs...