runtime error

Exit code: 1. Reason: /1.45G [00:21<00:00, 43.0MB/s] Downloading (…)ch_model.safetensors: 98%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š| 1.42G/1.45G [00:21<00:00, 38.9MB/s] Downloading (…)ch_model.safetensors: 99%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 1.44G/1.45G [00:22<00:00, 34.4MB/s] Downloading (…)ch_model.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1.45G/1.45G [00:22<00:00, 33.3MB/s] Downloading (…)ch_model.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1.45G/1.45G [00:22<00:00, 64.5MB/s] Couldn't connect to the Hub: 401 Client Error. (Request ID: Root=1-66d19158-40837f1c3eb22edc6074a715) Repository Not Found for url: https://huggingface.co/api/models/runwayml/stable-diffusion-v1-5. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. Invalid username or password.. Will try to load from local cache. Traceback (most recent call last): File "/home/user/app/app.py", line 42, in <module> model = Model(base_model_id=DEFAULT_MODEL_ID, task_name='Canny') File "/home/user/app/model.py", line 46, in __init__ self.pipe = self.load_pipe(base_model_id, task_name) File "/home/user/app/model.py", line 56, in load_pipe pipe = StableDiffusionControlNetPipeline.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 908, in from_pretrained cached_folder = cls.download( File "/home/user/.local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 1349, in download cached_folder = snapshot_download( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 120, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 169, in snapshot_download with open(ref_path) as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/refs/main'

Container logs:

Fetching error logs...