Replies: 1 comment
-
I will provide all the necessary information |
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.
-
Hello, an error occurred, I can’t install the “program” it gives the following error, please help. Previously I managed to install the program, but I had to delete it. Today I decided to do everything again according to the instructions and this is what I get.
venv "D:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\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.8.0-RC
Commit hash:
Cloning assets into D:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\repositories\stable-diffusion-webui-assets...
Cloning into 'D:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\repositories\stable-diffusion-webui-assets'...
remote: Enumerating objects: 20, done.
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 20 (delta 0), reused 20 (delta 0), pack-reused 0
Receiving objects: 100% (20/20), 132.70 KiB | 275.00 KiB/s, done.
Cloning Stable Diffusion into D:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai...
Cloning into 'D:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai'...
remote: Enumerating objects: 580, done.
remote: Counting objects: 100% (357/357), done.
remote: Compressing objects: 100% (126/126), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 4324 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:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\launch.py", line 48, in
main()
File "D:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\launch.py", line 39, in main
prepare_environment()
File "D:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\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 "D:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\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 "D:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\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" "D:\stable-diffusion-webui-master (1)\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai"
Error code: 128
Beta Was this translation helpful? Give feedback.
All reactions