runtime error
Exit code: 1. Reason: File "<frozen importlib._bootstrap_external>", line 1023, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/usr/local/lib/python3.13/site-packages/diffusers/pipelines/wan/pipeline_wan_i2v.py", line 31, in <module> from ..pipeline_utils import DiffusionPipeline File "/usr/local/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 76, in <module> from .pipeline_loading_utils import ( ...<22 lines>... ) File "/usr/local/lib/python3.13/site-packages/diffusers/pipelines/pipeline_loading_utils.py", line 51, in <module> from transformers.utils import FLAX_WEIGHTS_NAME as TRANSFORMERS_FLAX_WEIGHTS_NAME ImportError: cannot import name 'FLAX_WEIGHTS_NAME' from 'transformers.utils' (/usr/local/lib/python3.13/site-packages/transformers/utils/__init__.py) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 2, in <module> from diffusers import AutoencoderKLWan, WanImageToVideoPipeline, UniPCMultistepScheduler File "<frozen importlib._bootstrap>", line 1412, in _handle_fromlist File "/usr/local/lib/python3.13/site-packages/diffusers/utils/import_utils.py", line 873, in __getattr__ value = getattr(module, name) File "/usr/local/lib/python3.13/site-packages/diffusers/utils/import_utils.py", line 873, in __getattr__ value = getattr(module, name) File "/usr/local/lib/python3.13/site-packages/diffusers/utils/import_utils.py", line 872, 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 884, in _get_module raise RuntimeError( ...<2 lines>... ) from e RuntimeError: Failed to import diffusers.pipelines.wan.pipeline_wan_i2v because of the following error (look up to see its traceback): cannot import name 'FLAX_WEIGHTS_NAME' from 'transformers.utils' (/usr/local/lib/python3.13/site-packages/transformers/utils/__init__.py)
Container logs:
Fetching error logs...