runtime error
Exit code: 1. Reason: ume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/diffusers/loaders/single_file_utils.py", line 1276, in create_text_encoders_and_tokenizers_from_ldm tokenizer = CLIPTokenizer.from_pretrained(config_name, local_files_only=local_files_only) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2048, in from_pretrained return cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2287, in _from_pretrained tokenizer = cls(*init_inputs, **init_kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/clip/tokenization_clip.py", line 332, in __init__ with open(merges_file, encoding="utf-8") as merges_handle: TypeError: expected str, bytes or os.PathLike object, not NoneType During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 197, in <module> pipe = load_pipeline(MODEL) File "/home/user/app/app.py", line 53, in load_pipeline pipe = pipeline( 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/loaders/single_file.py", line 253, in from_single_file components = build_sub_model_components( File "/usr/local/lib/python3.10/site-packages/diffusers/loaders/single_file.py", line 86, in build_sub_model_components text_encoder_components = create_text_encoders_and_tokenizers_from_ldm( File "/usr/local/lib/python3.10/site-packages/diffusers/loaders/single_file_utils.py", line 1282, in create_text_encoders_and_tokenizers_from_ldm raise ValueError( ValueError: With local_files_only set to False, you must first locally save the text_encoder and tokenizer in the following path: 'openai/clip-vit-large-patch14'.
Container logs:
Fetching error logs...