install failed
Cloning Stable Diffusion into D:\software\app\stable-diffusion-webui-1.7.0\repositories\stable-diffusion-stability-ai...
Cloning into 'D:\software\app\stable-diffusion-webui-1.7.0\repositories\stable-diffusion-stability-ai'...
remote: Enumerating objects: 580, done.
remote: Counting objects: 100% (357/357), done.
remote: Compressing objects: 100% (126/126), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 139 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Traceback (most recent call last):
File "D:\software\app\stable-diffusion-webui-1.7.0\launch.py", line 48, in
Increase the buffer size to cater for slower network connections:
git config http.postBuffer 524288000
By taking @blackmambaza 's answer here is the solution which worked for me:
git clone -c http.postBuffer=524288000 https://github.com/Stability-AI/stablediffusion.git