-
Notifications
You must be signed in to change notification settings - Fork 181
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
Onnxruntime error #36
Comments
ConnectTimeout: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /danielgatis/rembg/releases/download/v0.0.0/u2net_human_seg.onnx (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x00000227127A43A0>, 'Connection to github.com timed out. (connect timeout=5)')) |
It's because this plugin installs the CPU version of rembg. You need to replace it with the GPU version. Try this: pip uninstall rembg
pip install rembg[gpu] onnxruntime-gpu Don't forget to set venv or conda env based on your installation. |
Im getting this error everytime i start A1111 but i also dont notice anything technically broken when using the AI. i havent done anything to change any links in the PATH settings. All i could think of is a recent issue with faceswaplabs which i believe also uses onnxruntime but that plugin is working.
The text was updated successfully, but these errors were encountered: