runtime error

rsion 1.0.0. Use of `LoRACompatibleLinear` is deprecated. Please switch to PEFT backend by installing PEFT: `pip install peft`. deprecate("LoRACompatibleLinear", "1.0.0", deprecation_message) Loading pipeline components...: 50%|█████ | 2/4 [02:48<03:16, 98.40s/it] Loading pipeline components...: 100%|██████████| 4/4 [02:48<00:00, 42.13s/it] 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 ``` . Loading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s] Loading pipeline components...: 20%|██ | 1/5 [00:03<00:13, 3.43s/it] Loading pipeline components...: 20%|██ | 1/5 [00:03<00:13, 3.43s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> decoder = StableCascadeDecoderPipeline.from_pretrained("stabilityai/stable-cascade", torch_dtype=torch.float16).to(device) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 119, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 1263, in from_pretrained loaded_sub_model = load_sub_model( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 443, in load_sub_model class_obj, class_candidates = get_class_obj_and_candidates( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 347, in get_class_obj_and_candidates class_obj = getattr(library, class_name) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 697, in __getattr__ raise AttributeError(f"module {self.__name__} has no attribute {name}") AttributeError: module diffusers has no attribute StableCascadeUNet

Container logs:

Fetching error logs...