runtime error

Exit code: 1. Reason: │ │ ā± 373 text_encoder21 = CLIPTextModel.from_pretrained( │ │ 374 │ 'stabilityai/stable-diffusion-2-1', subfolder="text_encoder", rev │ │ 375 ) │ │ 376 │ │ │ │ /home/user/.pyenv/versions/3.10.15/lib/python3.10/site-packages/transformers │ │ /modeling_utils.py:2391 in from_pretrained │ │ │ │ 2388 │ │ │ │ │ raise │ │ 2389 │ │ │ │ except Exception: │ │ 2390 │ │ │ │ │ # For any other exception, we throw a generic err │ │ ā± 2391 │ │ │ │ │ raise EnvironmentError( │ │ 2392 │ │ │ │ │ │ f"Can't load the model for '{pretrained_model │ │ 2393 │ │ │ │ │ │ " from 'https://huggingface.co/models', make │ │ 2394 │ │ │ │ │ │ f" same name. Otherwise, make sure '{pretrain │ ╰──────────────────────────────────────────────────────────────────────────────╯ OSError: Can't load the model for 'stabilityai/stable-diffusion-2-1'. 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 'stabilityai/stable-diffusion-2-1' is the correct path to a directory containing a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.

Container logs:

Fetching error logs...