runtime error

Exit code: 1. Reason: it_sam.py:654: UserWarning: Overwriting tiny_vit_21m_384 in registry with controlnet_aux.segment_anything.modeling.tiny_vit_sam.tiny_vit_21m_384. This is because the name being registered conflicts with an existing name. Please check if this is not expected. return register_model(fn_wrapper) /home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/controlnet_aux/segment_anything/modeling/tiny_vit_sam.py:654: UserWarning: Overwriting tiny_vit_21m_512 in registry with controlnet_aux.segment_anything.modeling.tiny_vit_sam.tiny_vit_21m_512. This is because the name being registered conflicts with an existing name. Please check if this is not expected. return register_model(fn_wrapper) Traceback (most recent call last): File "/home/user/app/app.py", line 2, in <module> from src.process import * File "/home/user/app/src/process.py", line 9, in <module> from .synthesis import * File "/home/user/app/src/synthesis.py", line 2, in <module> from diffusers import StableDiffusionInpaintPipeline, ControlNetModel, UniPCMultistepScheduler File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/diffusers/__init__.py", line 3, in <module> from .configuration_utils import ConfigMixin File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 34, in <module> from .utils import DIFFUSERS_CACHE, HUGGINGFACE_CO_RESOLVE_ENDPOINT, DummyObject, deprecate, logging File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/diffusers/utils/__init__.py", line 37, in <module> from .dynamic_modules_utils import get_class_from_dynamic_module File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/diffusers/utils/dynamic_modules_utils.py", line 29, in <module> from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/__init__.py)

Container logs:

Fetching error logs...