You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i would like to ask how you successfully run this project. I encounter some problem rigth after i setup the environment and run gradio_demo.py, the error message: "
Traceback (most recent call last):
File "D:\Github\IC-Light\gradio_demo.py", line 10, in
from diffusers import StableDiffusionPipeline, StableDiffusionImg2ImgPipeline
File "D:\CodeTools\Anaconda\envs\iclight\lib\site-packages\diffusers_init_.py", line 5, in
from .utils import (
File "D:\CodeTools\Anaconda\envs\iclight\lib\site-packages\diffusers\utils_init_.py", line 38, in
from .dynamic_modules_utils import get_class_from_dynamic_module
File "D:\CodeTools\Anaconda\envs\iclight\lib\site-packages\diffusers\utils\dynamic_modules_utils.py", line 28, in
from huggingface_hub import cached_download, hf_hub_download, model_info
ImportError: cannot import name 'cached_download' from 'huggingface_hub' (D:\CodeTools\Anaconda\envs\iclight\lib\site-packages\huggingface_hub_init_.py)
"
Why do I have this problem and how do I solve it
The text was updated successfully, but these errors were encountered: