runtime error

Exit code: 1. Reason: "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 964, 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 976, 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.single_file_model because of the following error (look up to see its traceback): huggingface-hub==1.0.0.rc1 is required for a normal functioning of this module, but found huggingface-hub==0.35.1. 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 "/home/user/app/app.py", line 4, in <module> from diffusers import DiffusionPipeline File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 965, in __getattr__ value = getattr(module, name) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 964, 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 976, in _get_module raise RuntimeError( 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): huggingface-hub==1.0.0.rc1 is required for a normal functioning of this module, but found huggingface-hub==0.35.1. Try: `pip install transformers -U` or `pip install -e '.[dev]'` if you're working with git main

Container logs:

Fetching error logs...