runtime error

Exit code: 1. Reason: Cannot initialize model with low cpu memory usage because `accelerate` was not found in the environment. Defaulting to `low_cpu_mem_usage=False`. It is strongly recommended to install `accelerate` for faster and less memory-intense model loading. You can do so with: ``` pip install accelerate ``` . model_index.json: 0%| | 0.00/845 [00:00<?, ?B/s] model_index.json: 100%|██████████| 845/845 [00:00<00:00, 5.22MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> pipe = DiffusionPipeline.from_pretrained( 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 773, 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 1473, in download pipeline_class = _get_pipeline_class( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_loading_utils.py", line 427, 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 813, in __getattr__ raise AttributeError(f"module {self.__name__} has no attribute {name}") AttributeError: module diffusers has no attribute HiDreamImageEditingPipeline

Container logs:

Fetching error logs...