runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 165, in <module> demo = create_demo(args.name, args.device, args.offload) File "/home/user/app/app.py", line 73, in create_demo pipeline = UNOPipeline(model_type, device, offload, only_lora=True, lora_rank=512) File "/home/user/app/uno/flux/pipeline.py", line 113, in __init__ self.clip = load_clip(self.device) File "/home/user/app/uno/flux/util.py", line 374, in load_clip return HFEmbedder(version, max_length=77, torch_dtype=torch.bfloat16).to(device) File "/home/user/app/uno/flux/modules/conditioner.py", line 29, in __init__ self.tokenizer: CLIPTokenizer = CLIPTokenizer.from_pretrained(version, max_length=max_length) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2275, 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...