runtime error

coderKL making attention of type 'vanilla' with 512 in_channels Working with z of shape (1, 4, 32, 32) = 4096 dimensions. making attention of type 'vanilla' with 512 in_channels torch.nn Identity ldm.modules.encoders.modules FrozenCLIPEmbedder Downloading: "https://github.com/DagnyT/hardnet/raw/master/pretrained/train_liberty_with_aug/checkpoint_liberty_with_aug.pth" to /home/user/.cache/torch/hub/checkpoints/checkpoint_liberty_with_aug.pth 0%| | 0.00/5.10M [00:00<?, ?B/s] 100%|██████████| 5.10M/5.10M [00:00<00:00, 306MB/s] Traceback (most recent call last): File "app.py", line 427, in <module> main() File "app.py", line 277, in main model = load_model_from_config(config, f"{opt.sd_ckpt}") File "app.py", line 52, in load_model_from_config model = instantiate_from_config(config.model) File "/home/user/app/ldm/util.py", line 86, in instantiate_from_config return get_obj_from_str(config["target"])(**config.get("params", dict())) File "/home/user/app/ldm/models/diffusion/ddpm.py", line 461, in __init__ self.instantiate_cond_stage(cond_stage_config) File "/home/user/app/ldm/models/diffusion/ddpm.py", line 519, in instantiate_cond_stage model = instantiate_from_config(config) File "/home/user/app/ldm/util.py", line 86, in instantiate_from_config return get_obj_from_str(config["target"])(**config.get("params", dict())) File "/home/user/app/ldm/modules/encoders/modules.py", line 142, in __init__ self.tokenizer = CLIPTokenizer.from_pretrained(version) File "/home/user/.local/lib/python3.8/site-packages/transformers/tokenization_utils_base.py", line 1768, in from_pretrained raise EnvironmentError( OSError: Can't load tokenizer for 'openai/clip-vit-large-patch14'. 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 'openai/clip-vit-large-patch14' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer.

Container logs:

Fetching error logs...