-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
urllib.error.URLError: <urlopen error [WinError 10060] #18
Comments
Hi @lvyangshenchu, Unfortunately, this is not enough information to figure out what is wrong. Based on my research, WinError 10060 means some kind of network error. I wonder what caused the network error in this WebUI? |
To create a public link, set During handling of the above exception, another exception occurred: Traceback (most recent call last): Python 3.12.4 (tags/v3.12.4:8e8a4ba, Jun 6 2024, 19:30:16) [MSC v.1940 64 bit (AMD64)] on win32 |
Thanks!
As I expected, this happens when you try to download the models programmatically. For some reason, your network is not able to access this URL programatically : As a workaround, you can manually download the models from huggingface & place them in your local directory.
from https://huggingface.co/Kijai/LivePortrait_safetensors/tree/main and place them in "./models".
from https://huggingface.co/Bingsu/adetailer/tree/main and place them in "./models". The final model directory structure would look like this:
|
Thank you, I have downloaded them and the new prompt is ”FileNotFoundError: [WinError 3] The system cannot find the specified path: '/tmp/ultralytics_runner'“ |
I tried to reproduce it, but I couldn't on my environment.
Recently Can you reinstall ultralytics and try again?
Note that this has to be done while you activating the If you don't know how to activate
|
urllib.error.URLError: <urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试 失败。>
请问这是什么原因造成的?
The text was updated successfully, but these errors were encountered: