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 while loading Diffusion Pipeline #180

Open
GiambaDS86 opened this issue Dec 12, 2024 · 0 comments
Open

Error while loading Diffusion Pipeline #180

GiambaDS86 opened this issue Dec 12, 2024 · 0 comments

Comments

@GiambaDS86
Copy link

ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/usr/local/lib/python3.10/dist-packages/huggingface_hub/init.py).

ImportError Traceback (most recent call last)
in <cell line: 2>()
1 #@title Imports
----> 2 from diffusers.pipeline_utils import DiffusionPipeline
3 from riffusion.spectrogram_image_converter import SpectrogramImageConverter
4 from riffusion.spectrogram_params import SpectrogramParams
5 from io import BytesIO

2 frames
/usr/local/lib/python3.10/dist-packages/diffusers/dynamic_modules_utils.py in
24 from typing import Dict, Optional, Union
25
---> 26 from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info
27
28 from .utils import DIFFUSERS_DYNAMIC_MODULE_NAME, HF_MODULES_CACHE, logging

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

1 participant