runtime error

Exit code: 1. Reason: s import AutoencoderKL 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.models.autoencoders.autoencoder_kl because of the following error (look up to see its traceback): Failed to import diffusers.loaders.single_file_model because of the following error (look up to see its traceback): cannot import name 'is_offline_mode' from 'huggingface_hub' (/usr/local/lib/python3.13/site-packages/huggingface_hub/__init__.py) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 6, in <module> from diffusers import DiffusionPipeline 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.pipeline_utils because of the following error (look up to see its traceback): Failed to import diffusers.models.autoencoders.autoencoder_kl because of the following error (look up to see its traceback): Failed to import diffusers.loaders.single_file_model because of the following error (look up to see its traceback): cannot import name 'is_offline_mode' from 'huggingface_hub' (/usr/local/lib/python3.13/site-packages/huggingface_hub/__init__.py)

Container logs:

Fetching error logs...