Help! Error code128 for AUTOMATIC1111 stable-diffusion-webui #16857
Unanswered
Kevinallen666
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.
-
After opened the webui-user user batch files, it always unable to access, I changed the proxy, the matter still happens. What shoud i do now?
The bellow is the Error code:
venv "E:\SD web2\stable-diffusion-webui-1.10.1\venv\Scripts\Python.exe"
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: 1.10.1
Commit hash:
Cloning assets into E:\SD web2\stable-diffusion-webui-1.10.1\repositories\stable-diffusion-webui-assets...
Cloning into 'E:\SD web2\stable-diffusion-webui-1.10.1\repositories\stable-diffusion-webui-assets'...
fatal: unable to access 'https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git/': Failed to connect to github.com port 443 after 21064 ms: Could not connect to server
Traceback (most recent call last):
File "E:\SD web2\stable-diffusion-webui-1.10.1\launch.py", line 48, in
main()
File "E:\SD web2\stable-diffusion-webui-1.10.1\launch.py", line 39, in main
prepare_environment()
File "E:\SD web2\stable-diffusion-webui-1.10.1\modules\launch_utils.py", line 411, in prepare_environment
git_clone(assets_repo, repo_dir('stable-diffusion-webui-assets'), "assets", assets_commit_hash)
File "E:\SD web2\stable-diffusion-webui-1.10.1\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 "E:\SD web2\stable-diffusion-webui-1.10.1\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't clone assets.
Command: "git" clone --config core.filemode=false "https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git" "E:\SD web2\stable-diffusion-webui-1.10.1\repositories\stable-diffusion-webui-assets"
Error code: 128
Beta Was this translation helpful? Give feedback.
All reactions