Stable-Diffusion-WEBUI 扩展检查和安装插件网络不稳定解决办法
webui启动后内置的插件更新检查和安装不会走你的工具路线,安装和更新不畅用此办法
先来看普通的启动命令行

设置后

就是把pip和git都设成你的工具端口,内置的扩展功能就会很顺畅了,不清楚会不会影响其他功能,建议更新完毕后使用不带这些设置的文件启动
用于复制,自行修改IP和端口
set http_proxy=http://127.0.0.1:1966
set http_proxy=http://127.0.0.1:1966
git config --global http.proxy socks5://127.0.0.1:1966
git config --global https.proxy socks5://127.0.0.1:1966
git config --global https.proxy http://127.0.0.1:1966
git config --global https.proxy https://127.0.0.1:1966
看懂掌声,看不懂划过,不讲解(手动狗头保命)