Error code: 128 when trying to launch webui #16391
Unanswered
IamBhanuYenumula
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 cloned the repository to my local system and ran the webui-user batch file. It took some time to install dependencies and after commit hash:... it threw error and gave me " error code :128 Press any key to continue.". I need some help on how to fix this.
Please look at the log from cmd:
"
Cloning Stable Diffusion into D:\StableDiffusion\stable-diffusion-webui\repositories\stable-diffusion-stability-ai...
Cloning into 'D:\StableDiffusion\stable-diffusion-webui\repositories\stable-diffusion-stability-ai'...
remote: Enumerating objects: 580, done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 2053 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:\StableDiffusion\stable-diffusion-webui\launch.py", line 48, in
main()
File "D:\StableDiffusion\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "D:\StableDiffusion\stable-diffusion-webui\modules\launch_utils.py", line 412, in prepare_environment
git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash)
File "D:\StableDiffusion\stable-diffusion-webui\modules\launch_utils.py", line 192, 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 "D:\StableDiffusion\stable-diffusion-webui\modules\launch_utils.py", line 116, 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" "D:\StableDiffusion\stable-diffusion-webui\repositories\stable-diffusion-stability-ai"
Error code: 128
Press any key to continue . . . "
Beta Was this translation helpful? Give feedback.
All reactions