runtime error

Exit code: 1. Reason: from .cogvideox_transformer_3d import CogVideoXTransformer3DModel File "/usr/local/lib/python3.10/site-packages/diffusers/models/transformers/cogvideox_transformer_3d.py", line 22, in <module> from ...loaders import PeftAdapterMixin File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 910, 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 922, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.loaders.peft because of the following error (look up to see its traceback): huggingface-hub>=0.24.0,<1.0 is required for a normal functioning of this module, but found huggingface-hub==1.1.7. Try: `pip install transformers -U` or `pip install -e '.[dev]'` if you're working with git main The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 3, in <module> from visualcloze import VisualClozeModel File "/app/visualcloze.py", line 4, in <module> from diffusers.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 910, 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 922, 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.peft because of the following error (look up to see its traceback): huggingface-hub>=0.24.0,<1.0 is required for a normal functioning of this module, but found huggingface-hub==1.1.7. Try: `pip install transformers -U` or `pip install -e '.[dev]'` if you're working with git main

Container logs:

Fetching error logs...