You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
venv "E:\software\Stable-Diffusion\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.6.0
Commit hash: 5ef669d
Cloning Stable Diffusion into E:\software\Stable-Diffusion\stable-diffusion-webui\repositories\stable-diffusion-stability-ai...
Cloning into 'E:\software\Stable-Diffusion\stable-diffusion-webui\repositories\stable-diffusion-stability-ai'...
fatal: unable to access 'https://github.com/Stability-AI/stablediffusion.git/': Recv failure: Connection was reset
Traceback (most recent call last):
File "E:\software\Stable-Diffusion\stable-diffusion-webui\launch.py", line 48, in
main()
File "E:\software\Stable-Diffusion\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "E:\software\Stable-Diffusion\stable-diffusion-webui\modules\launch_utils.py", line 380, in prepare_environment
git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash)
File "E:\software\Stable-Diffusion\stable-diffusion-webui\modules\launch_utils.py", line 186, in git_clone
run(f'"{git}" clone "{url}" "{dir}"', f"Cloning {name} into {dir}...", f"Couldn't clone {name}", live=True)
File "E:\software\Stable-Diffusion\stable-diffusion-webui\modules\launch_utils.py", line 115, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't clone Stable Diffusion.
Command: "git" clone "https://github.com/Stability-AI/stablediffusion.git" "E:\software\Stable-Diffusion\stable-diffusion-webui\repositories\stable-diffusion-stability-ai"
Error code: 128
Beta Was this translation helpful? Give feedback.
All reactions