runtime error

Exit code: 1. Reason: /s] Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/image_processing_base.py", line 354, in get_image_processor_dict resolved_image_processor_file = resolved_image_processor_files[0] IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> pipe = DiffusionPipeline.from_pretrained(MODEL_ID, torch_dtype=dtype).to(device) 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/pipelines/pipeline_utils.py", line 896, in from_pretrained loaded_sub_model = load_sub_model( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_loading_utils.py", line 707, in load_sub_model loaded_sub_model = load_method(cached_folder, **loading_kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/image_processing_base.py", line 201, in from_pretrained image_processor_dict, kwargs = cls.get_image_processor_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/image_processing_base.py", line 361, in get_image_processor_dict raise OSError( OSError: Can't load image processor for '/home/user/.cache/huggingface/hub/models--JingyeChen22--textdiffuser2-full-ft/snapshots/6e7c488ed1bb219983ee46d85d53b815033b1114'. 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 '/home/user/.cache/huggingface/hub/models--JingyeChen22--textdiffuser2-full-ft/snapshots/6e7c488ed1bb219983ee46d85d53b815033b1114' is the correct path to a directory containing a preprocessor_config.json file

Container logs:

Fetching error logs...