stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

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

Open Kerzemann opened this issue 1 year ago • 2 comments

Checklist

  • [X] The issue exists after disabling all extensions
  • [X] The issue exists on a clean installation of webui
  • [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • [X] The issue exists in the current version of the webui
  • [X] The issue has not been reported before recently
  • [X] The issue has been reported before but has not been fixed yet

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

Kerzemann avatar Mar 18 '24 20:03 Kerzemann

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

HakkaTjakka avatar Mar 23 '24 03:03 HakkaTjakka

same

ZhangxinheSzU avatar Apr 17 '24 15:04 ZhangxinheSzU