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 ``` . Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> pipe = DiffusionPipeline.from_pretrained("John6666/mala-anime-mix-nsfw-pony-xl-v3-sdxl") 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 699, 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 1433, in download use_onnx = use_onnx if use_onnx is not None else pipeline_class._is_onnx File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 665, in __getattr__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 633, in requires_backends raise ImportError("".join(failed)) ImportError: StableDiffusionXLPipeline requires the transformers library but it was not found in your environment. You can install it with pip: `pip install transformers`

Container logs:

Fetching error logs...