Replies: 2 comments 2 replies
-
I am encountering the same issue, any progress? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's what worked for me:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.8.0
Commit hash: bef51ae
Cloning Stable Diffusion into C:\WebUI\webui\repositories\stable-diffusion-stability-ai...
Cloning into 'C:\WebUI\webui\repositories\stable-diffusion-stability-ai'...
remote: Enumerating objects: 580, done.
remote: Counting objects: 100% (357/357), done.
remote: Compressing objects: 100% (128/128), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 15 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 "C:\WebUI\webui\launch.py", line 48, in
main()
File "C:\WebUI\webui\launch.py", line 39, in main
prepare_environment()
File "C:\WebUI\webui\modules\launch_utils.py", line 411, in prepare_environment
git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash)
File "C:\WebUI\webui\modules\launch_utils.py", line 191, in git_clone
run(f'"{git}" clone --config core.filemode=false "{url}" "{dir}"', f"Cloning {name} into {dir}...", f"Couldn't clone {name}", live=True)
File "C:\WebUI\webui\modules\launch_utils.py", line 115, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't clone Stable Diffusion.
Command: "git" clone --config core.filemode=false "https://github.com/Stability-AI/stablediffusion.git" "C:\WebUI\webui\repositories\stable-diffusion-stability-ai"
Error code: 128
There is solution to fix that? I don't know what to do with this.
Beta Was this translation helpful? Give feedback.
All reactions