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
Traceback (most recent call last):
File "H:\Omost\gradio_app.py", line 26, in
from diffusers import AutoencoderKL, UNet2DConditionModel
File "H:\conda\envs\omost\lib\site-packages\diffusers_init_.py", line 5, in
from .utils import (
File "H:\conda\envs\omost\lib\site-packages\diffusers\utils_init_.py", line 38, in
from .dynamic_modules_utils import get_class_from_dynamic_module
File "H:\conda\envs\omost\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' (H:\conda\envs\omost\lib\site-packages\huggingface_hub_init_.py)
这个是啥问题
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "H:\Omost\gradio_app.py", line 26, in
from diffusers import AutoencoderKL, UNet2DConditionModel
File "H:\conda\envs\omost\lib\site-packages\diffusers_init_.py", line 5, in
from .utils import (
File "H:\conda\envs\omost\lib\site-packages\diffusers\utils_init_.py", line 38, in
from .dynamic_modules_utils import get_class_from_dynamic_module
File "H:\conda\envs\omost\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' (H:\conda\envs\omost\lib\site-packages\huggingface_hub_init_.py)
这个是啥问题
The text was updated successfully, but these errors were encountered: