runtime error

Exit code: 1. Reason: 23, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/usr/local/lib/python3.13/site-packages/diffusers/pipelines/auto_pipeline.py", line 55, in <module> from .hunyuandit import HunyuanDiTPipeline File "<frozen importlib._bootstrap>", line 1412, in _handle_fromlist File "/usr/local/lib/python3.13/site-packages/diffusers/utils/import_utils.py", line 1006, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/usr/local/lib/python3.13/site-packages/diffusers/utils/import_utils.py", line 1018, in _get_module raise RuntimeError( ...<2 lines>... ) from e RuntimeError: Failed to import diffusers.pipelines.hunyuandit.pipeline_hunyuandit because of the following error (look up to see its traceback): cannot import name 'MT5Tokenizer' from 'transformers' (/usr/local/lib/python3.13/site-packages/transformers/__init__.py) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 4, in <module> from diffusers import AutoPipelineForImage2Image File "<frozen importlib._bootstrap>", line 1412, in _handle_fromlist File "/usr/local/lib/python3.13/site-packages/diffusers/utils/import_utils.py", line 1007, in __getattr__ value = getattr(module, name) File "/usr/local/lib/python3.13/site-packages/diffusers/utils/import_utils.py", line 1006, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/usr/local/lib/python3.13/site-packages/diffusers/utils/import_utils.py", line 1018, in _get_module raise RuntimeError( ...<2 lines>... ) from e RuntimeError: Failed to import diffusers.pipelines.auto_pipeline because of the following error (look up to see its traceback): Failed to import diffusers.pipelines.hunyuandit.pipeline_hunyuandit because of the following error (look up to see its traceback): cannot import name 'MT5Tokenizer' from 'transformers' (/usr/local/lib/python3.13/site-packages/transformers/__init__.py)

Container logs:

Fetching error logs...