runtime error

Exit code: 1. Reason: .10/site-packages/diffusers/models/controlnets/__init__.py", line 5, in <module> from .controlnet import ControlNetModel, ControlNetOutput File "/usr/local/lib/python3.10/site-packages/diffusers/models/controlnets/controlnet.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 984, 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 996, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.loaders.peft because of the following error (look up to see its traceback): cannot import name 'is_offline_mode' from 'huggingface_hub' (/usr/local/lib/python3.10/site-packages/huggingface_hub/__init__.py) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> from diffusers import QwenImageControlNetModel, QwenImageControlNetInpaintPipeline File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 985, in __getattr__ value = getattr(module, name) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 984, 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 996, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.models.controlnets.controlnet_qwenimage 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): cannot import name 'is_offline_mode' from 'huggingface_hub' (/usr/local/lib/python3.10/site-packages/huggingface_hub/__init__.py)

Container logs:

Fetching error logs...