安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset

安装stable diffusion的出错

https://cgexe.com/39458/

对于安装stable diffusion来说这个视频很好,但是我在本机的c盘照着做,还是报错,所以就自己整理一下自己的错误

我下载git clone总是出现这种错误:

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第1张图片

Cloning into 'stable-diffusion-webui'...

fatal: unable to access 'https://github.com/AUTOMATIC1111/stable-diffusion-webui/': error setting certificate verify locations: CAfile: https://github.com/AUTOMATIC1111/stable-diffusion-webui CApath: none

解决办法:

git config --global http.sslverify "false"

然后再git clone

作者:dodo_dodo_doit https://www.bilibili.com/read/cv17377261/ 出处:bilibili

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第2张图片

git clone+网址 ,终于可以下载了

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第3张图片

根本原因查出来了:

https://blog.csdn.net/qq_2300688967/article/details/81096693

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第4张图片

所以用git config --system http.sslverify false

或者 git config --system http.sslcainfo "C:\Program Files\Git\mingw64\ssl\certs" (我的路径位置)都可以

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第5张图片
安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第6张图片

接下来 按照视频中继续操作,发现卡在gfpgan这里动不了了,继续看视频,把要变换的东西加上!!(多重复几次)

结果还是不行——不卡在gfpgan,而是在其他地方卡壳了---就在repositories文件夹的teming-transformers里:

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第7张图片

解决方法:把我下载的同组的姐妹的master的压缩包解压缩就行啦

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第8张图片

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第9张图片
安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第10张图片

按照要求把它复制输入(视频中有说这个)

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第11张图片

然后再点击几次webui-user.bat:

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第12张图片

最后终于有地址了:将地址复制到浏览器中 http://127.0.0.1:7860/

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第13张图片
安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第14张图片
安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第15张图片

现在想安装dreamBoot插件(没实现出来)

需要先更新sd,所以用git pull,结果又出错了:fatal: unable to access 'https://github.com/AUTOMATIC1111/stable-diffusion-webui/': Recv failure: Connection was reset

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第16张图片

https://www.cnblogs.com/zhangzhixi/p/16791005.html

电脑本来的:

D:\Stable Diffusion\stable-diffusion-webui>git config --global -l

http.sslcainfo=https://github.com/AUTOMATIC1111/stable-diffusion-webui

http.sslverify=false

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第17张图片

但是——我惊奇的发现,

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第18张图片

我打开后:

安装stable diffusion时git clone总..errorCApath: none;更新出错:fatal: unable to access Connection was reset_第19张图片

你可能感兴趣的:(ui)