Stable Diffusion WebUI运行报 unable to access ‘https://github.com/salesforce/BLIP.git/‘: OpenSSL SSL_co
·
项目场景:
本文主要介绍Stable Diffusion WebUI-directml运行报 unable to access 'https://github.com/salesforce/BLIP.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 的错误
问题描述
在解决掉运行stable-diffusion-webui-directml时报RuntimeError: Torch is not able to use GPU的错误后,stable-diffusion-webui-directml运行又出现了unable to access 'https://github.com/salesforce/BLIP.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 的错误
原因分析:
git克隆仓库出错,连接超时。
解决方案:
在cmd中执行git config --global http.sslVerify "false"
更多推荐
所有评论(0)