安裝stable diffusion的出錯
https://cgexe.com/39458/
對于安裝stable diffusion來說這個視頻很好,但是我在本機的c盤照著做,還是報錯,所以就自己整理一下自己的錯誤
我下載git clone總是出現(xiàn)這種錯誤:

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

git clone+網(wǎng)址 ,終于可以下載了

根本原因查出來了:
https://blog.csdn.net/qq_2300688967/article/details/81096693

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


接下來 按照視頻中繼續(xù)操作,發(fā)現(xiàn)卡在gfpgan這里動不了了,繼續(xù)看視頻,把要變換的東西加上?。。ǘ嘀貜蛶状危?/h2>
結果還是不行——不卡在gfpgan,而是在其他地方卡殼了---就在repositories文件夾的teming-transformers里:

解決方法:把我下載的同組的姐妹的master的壓縮包解壓縮就行啦



按照要求把它復制輸入(視頻中有說這個)

然后再點擊幾次webui-user.bat:

最后終于有地址了:將地址復制到瀏覽器中 http://127.0.0.1:7860/



現(xiàn)在想安裝dreamBoot插件(沒實現(xiàn)出來)
需要先更新sd,所以用git pull,結果又出錯了:fatal: unable to access 'https://github.com/AUTOMATIC1111/stable-diffusion-webui/': Recv failure: Connection was reset

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


但是——我驚奇的發(fā)現(xiàn),文章來源:http://www.zghlxwxcb.cn/news/detail-787185.html

我打開后:文章來源地址http://www.zghlxwxcb.cn/news/detail-787185.html

到了這里,關于安裝stable diffusion時git clone總..errorCApath: none;更新出錯:fatal: unable to access Connection was reset的文章就介紹完了。如果您還想了解更多內容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關文章,希望大家以后多多支持TOY模板網(wǎng)!