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/1.84k [00:00<?, ?B/s][A model_index.json: 100%|██████████| 1.84k/1.84k [00:00<00:00, 11.9MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 10, 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 732, 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 1361, in download if custom_pipeline is None and isinstance(config_dict["_class_name"], (list, tuple)): KeyError: '_class_name'
Container logs:
Fetching error logs...