项目场景:

本文主要介绍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"

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐