runtime error

Exit code: 1. Reason: uts: |-image] IMPORTANT: You are using gradio version 4.8.0, however version 4.29.0 is available, please upgrade. -------- hf_raise_for_status(response) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 323, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-66d1788f-13a5c0707668d4a86706e55f;563ca615-81f5-4f49-a9b0-683cce36b7df) Repository Not Found for url: https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/model_index.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. 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 23, in <module> pipeline = AutoPipelineForImage2Image.from_pretrained("runwayml/stable-diffusion-v1-5", safety_checker=None, variant="fp16", use_safetensors=True).to("cpu") 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/pipelines/auto_pipeline.py", line 608, in from_pretrained config = cls.load_config(pretrained_model_or_path, **load_config_kwargs) 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/configuration_utils.py", line 390, in load_config raise EnvironmentError( OSError: runwayml/stable-diffusion-v1-5 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 `huggingface-cli login`.

Container logs:

Fetching error logs...