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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: