Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with huggingfacehub #33

Open
jurassicjordan opened this issue Nov 22, 2024 · 1 comment
Open

Error with huggingfacehub #33

jurassicjordan opened this issue Nov 22, 2024 · 1 comment

Comments

@jurassicjordan
Copy link

jurassicjordan commented Nov 22, 2024

Watching: '/home/jordancruz/Tools/CRM' '/home/jordancruz/Tools/CRM'

Traceback (most recent call last):
  File "/home/jordancruz/Tools/CRM/app.py", line 9, in <module>
    from pipelines import TwoStagePipeline
  File "/home/jordancruz/Tools/CRM/pipelines.py", line 2, in <module>
    from libs.base_utils import do_resize_content
  File "/home/jordancruz/Tools/CRM/libs/base_utils.py", line 23, in <module>
    from diffusers.training_utils import EMAModel
  File "/home/jordancruz/anaconda3/envs/CRM3D/lib/python3.8/site-packages/diffusers/__init__.py", line 5, in <module>
    from .utils import (
  File "/home/jordancruz/anaconda3/envs/CRM3D/lib/python3.8/site-packages/diffusers/utils/__init__.py", line 38, in <module>
    from .dynamic_modules_utils import get_class_from_dynamic_module
  File "/home/jordancruz/anaconda3/envs/CRM3D/lib/python3.8/site-packages/diffusers/utils/dynamic_modules_utils.py", line 28, in <module>
    from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info
ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/home/jordancruz/anaconda3/envs/CRM3D/lib/python3.8/site-packages/huggingface_hub/__init__.py)```
@AlwynHD
Copy link

AlwynHD commented Nov 28, 2024

This should help you resolve your error:

easydiffusion/easydiffusion#1851

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants