runtime error
Exit code: 1. Reason: model_index.json: 0%| | 0.00/357 [00:00<?, ?B/s][A model_index.json: 100%|██████████| 357/357 [00:00<00:00, 2.19MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> pipe = DiffusionPipeline.from_pretrained("meituan-longcat/LongCat-Image", trust_remote_code=True, 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 833, in from_pretrained cached_folder = cls.download( 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 1548, in download pipeline_class = _get_pipeline_class( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_loading_utils.py", line 483, in _get_pipeline_class pipeline_cls = getattr(diffusers_module, class_name) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 946, in __getattr__ raise AttributeError(f"module {self.__name__} has no attribute {name}") AttributeError: module diffusers has no attribute LongCatImagePipeline. Did you mean: 'HiDreamImagePipeline'?
Container logs:
Fetching error logs...