-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
'cached_download' from 'huggingface_hub #237
Comments
same error here. tried disabling diffusers didnt help. cant access python file to block out cache download |
where in the code does it say "huggingface_hub"? from huggingface_hub import HfFileSystem |
press control + H and search for |
Thanks! This got past that error message, and it prompted me restart the session, I did that, but then now I'm getting this one: Traceback (most recent call last): RuntimeError: Error(s) in loading state_dict for CLIPTextModel: |
Edit: No wait. The linked version is working, now. I wish I knew why. File "", line 6 |
Hi !pip install huggingface_hub==0.22.0 |
I get this error when I do that: |
never mind, i opened up a fresh notebook and I'm getting this error now: Traceback (most recent call last): ModuleNotFoundError: No module named 'voluptuous' == |
That's strange, I already set the huggingface-hub version to 0.22.0 days ago and voluptuous is present too. I don't know why only some people get these errors. |
"/content/kohya-trainer/train_network_xl_wrapper.py", line 2, in
from sdxl_train_network import setup_parser, SdxlNetworkTrainer
File "/content/kohya-trainer/sdxl_train_network.py", line 3, in
from library import sdxl_model_util, sdxl_train_util, train_util
File "/content/kohya-trainer/library/sdxl_model_util.py", line 7, in
from diffusers import AutoencoderKL, EulerDiscreteScheduler, UNet2DConditionModel
File "/usr/local/lib/python3.10/dist-packages/diffusers/init.py", line 3, in
from .configuration_utils import ConfigMixin
File "/usr/local/lib/python3.10/dist-packages/diffusers/configuration_utils.py", line 34, in
from .utils import (
File "/usr/local/lib/python3.10/dist-packages/diffusers/utils/init.py", line 38, in
from .dynamic_modules_utils import get_class_from_dynamic_module
File "/usr/local/lib/python3.10/dist-packages/diffusers/utils/dynamic_modules_utils.py", line 28, in
from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info
ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/usr/local/lib/python3.10/dist-packages/huggingface_hub/init.py)
The text was updated successfully, but these errors were encountered: