Error code: 128 i need help #11863
avicii1990
started this conversation in
Show and tell
Replies: 1 comment
-
Same problem here :/ |
Beta Was this translation helpful? Give feedback.
0 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.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)]
Version: v1.4.1
Commit hash: f865d3e
Fetching updates for Stable Diffusion...
Traceback (most recent call last):
File "C:\SDAI\stable-diffusion-webui\launch.py", line 38, in
main()
File "C:\SDAI\stable-diffusion-webui\launch.py", line 29, in main
prepare_environment()
File "C:\SDAI\stable-diffusion-webui\modules\launch_utils.py", line 299, in prepare_environment
git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash)
File "C:\SDAI\stable-diffusion-webui\modules\launch_utils.py", line 149, in git_clone
run(f'"{git}" -C "{dir}" fetch', f"Fetching updates for {name}...", f"Couldn't fetch {name}")
File "C:\SDAI\stable-diffusion-webui\modules\launch_utils.py", line 107, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't fetch Stable Diffusion.
Command: "git" -C "C:\SDAI\stable-diffusion-webui\repositories\stable-diffusion-stability-ai" fetch
Error code: 128
stderr: fatal: unable to access 'https://github.com/AUTOMATIC1111/stable-diffusion-webui/': Recv failure: Connection was reset
Beta Was this translation helpful? Give feedback.
All reactions