runtime error

Exit code: 1. Reason: Downloading: 0%| | 0.00/342 [00:00<?, ?B/s] Downloading: 100%|██████████| 342/342 [00:00<00:00, 356kB/s] Global seed set to 42 Is CUDA available: True CUDA device: NVIDIA A10G No pretrained weights found in stable-diffusion/models/ldm/stable-diffusion-v1/model.ckpt Downloading stable diffusion pretrained weights --2024-08-30 09:44:32-- https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt Resolving huggingface.co (huggingface.co)... 10.0.251.23, 10.0.251.8, 10.0.251.43, ... Connecting to huggingface.co (huggingface.co)|10.0.251.23|:443... connected. HTTP request sent, awaiting response... 401 Unauthorized Username/Password Authentication Failed. mv: cannot stat 'v1-5-pruned-emaonly.ckpt': No such file or directory Loading model from model.ckpt Traceback (most recent call last): File "/home/user/app/app.py", line 358, in <module> model = load_model_from_config(config, "model.ckpt") File "/home/user/app/app.py", line 62, in load_model_from_config pl_sd = torch.load(ckpt, map_location="cpu") File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/torch/serialization.py", line 699, in load with _open_file_like(f, 'rb') as opened_file: File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/torch/serialization.py", line 231, in _open_file_like return _open_file(name_or_buffer, mode) File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/torch/serialization.py", line 212, in __init__ super(_open_file, self).__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: 'model.ckpt'

Container logs:

Fetching error logs...