help with installation error #15927
Unanswered
LucianoEzequiel
asked this question in
Q&A
Replies: 0 comments
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.
-
I follow all the installation steps and end with this error
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 2015 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 "H:\stable-diffusion-webui\launch.py", line 48, in
main()
File "H:\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "H:\stable-diffusion-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 "H:\stable-diffusion-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 "H:\stable-diffusion-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" "H:\stable-diffusion-webui\repositories\stable-diffusion-stability-ai"
Error code: 128
Beta Was this translation helpful? Give feedback.
All reactions