runtime error

n exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/home/user/.local/lib/python3.10/site-packages/diffusers/pipelines/auto_pipeline.py", line 22, in <module> from .controlnet import ( File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/home/user/.local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 700, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/home/user/.local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 712, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.pipelines.controlnet.pipeline_controlnet_img2img because of the following error (look up to see its traceback): cannot import name 'CLIPImageProcessor' from 'transformers' (/home/user/.local/lib/python3.10/site-packages/transformers/__init__.py) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 1, in <module> from diffusers import AutoPipelineForText2Image File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/home/user/.local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 701, in __getattr__ value = getattr(module, name) File "/home/user/.local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 700, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/home/user/.local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 712, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.pipelines.auto_pipeline because of the following error (look up to see its traceback): Failed to import diffusers.pipelines.controlnet.pipeline_controlnet_img2img because of the following error (look up to see its traceback): cannot import name 'CLIPImageProcessor' from 'transformers' (/home/user/.local/lib/python3.10/site-packages/transformers/__init__.py)

Container logs:

Fetching error logs...