runtime error
Exit code: 1. Reason: dule raise RuntimeError( RuntimeError: Failed to import diffusers.loaders.unet because of the following error (look up to see its traceback): cannot import name 'EncoderDecoderCache' from 'transformers' (/usr/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 11, in <module> from videosys import CogVideoXConfig, CogVideoXPABConfig, VideoSysEngine File "/home/user/app/videosys/__init__.py", line 3, in <module> from .pipelines.cogvideox import CogVideoXConfig, CogVideoXPABConfig, CogVideoXPipeline File "/home/user/app/videosys/pipelines/cogvideox/__init__.py", line 1, in <module> from .pipeline_cogvideox import CogVideoXConfig, CogVideoXPABConfig, CogVideoXPipeline File "/home/user/app/videosys/pipelines/cogvideox/pipeline_cogvideox.py", line 22, in <module> from videosys.core.pipeline import VideoSysPipeline, VideoSysPipelineOutput File "/home/user/app/videosys/core/pipeline.py", line 6, in <module> from diffusers.pipelines.pipeline_utils import DiffusionPipeline File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 44, in <module> from ..models import AutoencoderKL File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 801, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 813, 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): cannot import name 'EncoderDecoderCache' from 'transformers' (/usr/local/lib/python3.10/site-packages/transformers/__init__.py)
Container logs:
Fetching error logs...