runtime error

(most recent call last): File "/usr/local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 318, in load_config config_file = hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 119, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1245, in hf_hub_download headers = build_hf_headers( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 119, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_headers.py", line 126, in build_hf_headers token_to_send = get_token_to_send(token) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_headers.py", line 160, in get_token_to_send raise LocalTokenNotFoundError( huggingface_hub.utils._headers.LocalTokenNotFoundError: Token is required (`token=True`), but no token found. You need to provide a token or be logged in to Hugging Face with `huggingface-cli login` or `huggingface_hub.login`. See https://huggingface.co/settings/tokens. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> pipeline = StableDiffusionImg2ImgPipeline.from_pretrained(model_id, use_auth_token=True).to(device) File "/usr/local/lib/python3.10/site-packages/diffusers/pipeline_utils.py", line 436, in from_pretrained config_dict = cls.load_config( File "/usr/local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 363, in load_config raise EnvironmentError( OSError: Can't load config for 'radames/stable-diffusion-2-1-img2img'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'radames/stable-diffusion-2-1-img2img' is the correct path to a directory containing a model_index.json file

Container logs:

Fetching error logs...