runtime error

Exit code: 1. Reason: quest_wrapper response = _request_wrapper( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 309, in _request_wrapper hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 482, in hf_raise_for_status raise _format(HfHubHTTPError, str(e), response) from e huggingface_hub.errors.HfHubHTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/stabilityai/sd-vae-ft-mse/resolve/main/config.json (Request ID: Root=1-67fe6be0-496bc5ba7b01914b5a0c5516;0111f4f4-1bb2-4615-b21b-3ee19a81f561) Invalid credentials in Authorization header During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> ipadapter_runner = IPAdapterRunner() File "/home/user/app/generate_consistent.py", line 29, in __init__ self.vae = self._load_vae() File "/home/user/app/generate_consistent.py", line 46, in _load_vae return AutoencoderKL.from_pretrained(self.vae_model_path).to(dtype=torch.float16) 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 984, in from_pretrained config, unused_kwargs, commit_hash = cls.load_config( 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/configuration_utils.py", line 421, in load_config raise EnvironmentError( OSError: There was a specific connection error when trying to load stabilityai/sd-vae-ft-mse: 401 Client Error: Unauthorized for url: https://huggingface.co/stabilityai/sd-vae-ft-mse/resolve/main/config.json (Request ID: Root=1-67fe6be0-496bc5ba7b01914b5a0c5516;0111f4f4-1bb2-4615-b21b-3ee19a81f561) Invalid credentials in Authorization header

Container logs:

Fetching error logs...