runtime error

/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> pipeline = DiffusionPipeline.from_pretrained("vdo/Hotshot-XL") File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 939, in from_pretrained cached_folder = cls.download( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 1513, in download pipeline_class = _get_pipeline_class( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 350, in _get_pipeline_class pipeline_cls = getattr(diffusers_module, class_name) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 677, in __getattr__ raise AttributeError(f"module {self.__name__} has no attribute {name}") AttributeError: module diffusers has no attribute HotshotXLPipeline

Container logs:

Fetching error logs...