runtime error
Exit code: 1. Reason: trap>", line 1395, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked 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/models/autoencoders/__init__.py", line 21, in <module> from .autoencoder_rae import AutoencoderRAE File "/usr/local/lib/python3.13/site-packages/diffusers/models/autoencoders/autoencoder_rae.py", line 31, in <module> from transformers import ( ...<6 lines>... ) ImportError: cannot import name 'Dinov2WithRegistersConfig' 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 14, in <module> from pipeline import InstantCharacterFluxPipeline File "/app/pipeline.py", line 7, in <module> from diffusers.pipelines.flux.pipeline_flux import * File "/usr/local/lib/python3.13/site-packages/diffusers/pipelines/flux/pipeline_flux.py", line 31, in <module> from ...models import AutoencoderKL, FluxTransformer2DModel File "<frozen importlib._bootstrap>", line 1420, in _handle_fromlist File "/usr/local/lib/python3.13/site-packages/diffusers/utils/import_utils.py", line 1000, 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 1012, in _get_module raise RuntimeError( ...<2 lines>... ) from e RuntimeError: Failed to import diffusers.models.autoencoders.autoencoder_kl because of the following error (look up to see its traceback): cannot import name 'Dinov2WithRegistersConfig' from 'transformers' (/usr/local/lib/python3.13/site-packages/transformers/__init__.py)
Container logs:
Fetching error logs...