runtime error

Exit code: 1. Reason: ib/python3.10/site-packages/huggingface_hub/file_download.py", line 1166, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1904, in _raise_on_head_call_error raise head_call_error huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-6a7df07c-78dc0403453aee992882442a;e708e9fd-8025-43cf-b2b3-bf68f471c06c) Repository Not Found for url: https://huggingface.co/stabilityai/stable-diffusion-2-base/resolve/main/scheduler/scheduler_config.json. 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 and your token has the required permissions. For more details, see https://huggingface.co/docs/huggingface_hub/authentication Invalid username or password. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> scheduler = DDIMScheduler.from_pretrained(model_ckpt, subfolder="scheduler") File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/schedulers/scheduling_utils.py", line 155, in from_pretrained config, kwargs, commit_hash = cls.load_config( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 438, in load_config raise EnvironmentError( OSError: stabilityai/stable-diffusion-2-base is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo with `token` or log in with `hf auth login`.

Container logs:

Fetching error logs...