runtime error

Exit code: 1. Reason: ist-packages/diffusers/pipelines/pipeline_utils.py", line 44, in <module> from ..models import AutoencoderKL File "<frozen importlib._bootstrap>", line 1231, in _handle_fromlist File "/usr/local/lib/python3.11/dist-packages/diffusers/utils/import_utils.py", line 820, in __getattr__ module = self._get_module(self._class_to_module[name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/diffusers/utils/import_utils.py", line 832, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.models.autoencoders.autoencoder_kl because of the following error (look up to see its traceback): Failed to import diffusers.loaders.unet because of the following error (look up to see its traceback): No module named 'peft.tuners.tuners_utils' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 3, in <module> from diffusers import DiffusionPipeline, DPMSolverMultistepScheduler File "<frozen importlib._bootstrap>", line 1231, in _handle_fromlist File "/usr/local/lib/python3.11/dist-packages/diffusers/utils/import_utils.py", line 821, in __getattr__ value = getattr(module, name) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/diffusers/utils/import_utils.py", line 820, in __getattr__ module = self._get_module(self._class_to_module[name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/diffusers/utils/import_utils.py", line 832, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.pipelines.pipeline_utils because of the following error (look up to see its traceback): Failed to import diffusers.models.autoencoders.autoencoder_kl because of the following error (look up to see its traceback): Failed to import diffusers.loaders.unet because of the following error (look up to see its traceback): No module named 'peft.tuners.tuners_utils'

Container logs:

Fetching error logs...