AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
140.67k stars 26.61k forks source link

[Bug]: fetch-pack: unexpected disconnect while reading sideband packet #15311

Open Kerzemann opened 6 months ago

Kerzemann commented 6 months ago

Checklist

What happened?

I started to install webui, followed all steps and even have another webui working well - SD Next. And in the middle of installment, this issue happens. I dont know what to do, i hav done all steps from around the internet.

Steps to reproduce the problem

  1. Run webui.bat
  2. Recieve error

What should have happened?

Stable diffusion should have been downloaded and launched webui successfully

What browsers do you use to access the UI ?

Mozilla Firefox

Sysinfo

Error here

E:\set\a1111\webui>webui --dump-sysinfo venv "E:\set\a1111\webui\venv\Scripts\Python.exe" Traceback (most recent call last): File "E:\set\a1111\webui\launch.py", line 48, in main() File "E:\set\a1111\webui\launch.py", line 29, in main filename = launch_utils.dump_sysinfo() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\set\a1111\webui\modules\launch_utils.py", line 473, in dump_sysinfo from modules import sysinfo File "E:\set\a1111\webui\modules\sysinfo.py", line 8, in import psutil ModuleNotFoundError: No module named 'psutil'

Console logs

Python 3.11.4 (tags/v3.11.4:d2340ef, Jun  7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)]
Version: v1.8.0
Commit hash: bef51aed032c0aaa5cfd80445bc4cf0d85b408b5
Cloning Stable Diffusion into E:\set\a1111\webui\repositories\stable-diffusion-stability-ai...
Cloning into 'E:\set\a1111\webui\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: 4610 bytes of body are still expected | 571.00 KiB/s
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Traceback (most recent call last):
  File "E:\set\a1111\webui\launch.py", line 48, in <module>
    main()
  File "E:\set\a1111\webui\launch.py", line 39, in main
    prepare_environment()
  File "E:\set\a1111\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 "E:\set\a1111\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 "E:\set\a1111\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" "E:\set\a1111\webui\repositories\stable-diffusion-stability-ai"
Error code: 128

Additional information

No response

HakkaTjakka commented 6 months ago

Same here. I installed it once, went ok. Now i having same issue.

ZhangxinheSzU commented 5 months ago

same