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
Currently, this error occurs when downloading a model.
could not load model (no success): Unexpected err=SSLError(MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/runwayml/stable-diffusion-v1 -5/revision/main (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)'))), '(Request ID : d60f97fe-f231-4d11-997c-f29dc6820876)'), type(err)=
I'd like to try adding a parameter to my source code to ignore SSL authentication.
If I want to modify the download action, which file should I modify?
Or if I download all the files from Huggingface manually, how should I store the files?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, this error occurs when downloading a model.
I'd like to try adding a parameter to my source code to ignore SSL authentication.
If I want to modify the download action, which file should I modify?
Or if I download all the files from Huggingface manually, how should I store the files?
Beta Was this translation helpful? Give feedback.
All reactions