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

TONS of errors #11

Open
jojyreal opened this issue Jan 1, 2025 · 0 comments
Open

TONS of errors #11

jojyreal opened this issue Jan 1, 2025 · 0 comments

Comments

@jojyreal
Copy link

jojyreal commented Jan 1, 2025

I am getting all of these errors, even tho I followed each step:

Traceback (most recent call last):
File "C:\Users\xxxxxx\Draw2Img\draw2img\main.py", line 11, in
from draw2img.server import server
File "C:\Users\xxxxxx\AppData\Local\Programs\Python\Python310\lib\site-packages\draw2img_init_.py", line 1, in
from .main import main
File "C:\Users\xxxxxx\AppData\Local\Programs\Python\Python310\lib\site-packages\draw2img\main.py", line 11, in
from draw2img.server import server
File "C:\Users\xxxxxx\AppData\Local\Programs\Python\Python310\lib\site-packages\draw2img\server_init_.py", line 1, in
from .main import server
File "C:\Users\xxxxxx\AppData\Local\Programs\Python\Python310\lib\site-packages\draw2img\server\main.py", line 15, in
from .model import device, pipe
File "C:\Users\xxxxxx\AppData\Local\Programs\Python\Python310\lib\site-packages\draw2img\server\model.py", line 2, in
from diffusers import AutoPipelineForImage2Image
File "C:\Users\xxxxxx\AppData\Local\Programs\Python\Python310\lib\site-packages\diffusers_init_.py", line 5, in
from .utils import (
File "C:\Users\xxxxxx\AppData\Local\Programs\Python\Python310\lib\site-packages\diffusers\utils_init_.py", line 38, in
from .dynamic_modules_utils import get_class_from_dynamic_module
File "C:\Users\xxxxxx\AppData\Local\Programs\Python\Python310\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' (C:\Users\xxxxxx\AppData\Local\Programs\Python\Python310\lib\site-packages\huggingface_hub_init_.py)

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