Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Couldn't determine Stable Diffusion XL's hash: 45c443b316737a4ab6e40413d7794a7f5657c19f, attempting autofix...
Fetching all contents for Stable Diffusion XL
fatal: unable to access 'https://github.com/Stability-AI/generative-models.git/': Failed to connect to 127.0.0.1 port 7890 after 2048 ms: Couldn't connect to server
Traceback (most recent call last):
File "D:\SD\sd-webui-aki-v4.1\launch.py", line 48, in <module>
main()
File "D:\SD\sd-webui-aki-v4.1\launch.py", line 39, in main
prepare_environment()
File "D:\SD\sd-webui-aki-v4.1\modules\launch_utils.py", line 413, in prepare_environment
git_clone(stable_diffusion_xl_repo, repo_dir('generative-models'), "Stable Diffusion XL", stable_diffusion_xl_commit_hash)
File "D:\SD\sd-webui-aki-v4.1\modules\launch_utils.py", line 178, in git_clone
current_hash = run_git(dir, name, 'rev-parse HEAD', None, f"Couldn't determine {name}'s hash: {commithash}", live=False).strip()
File "D:\SD\sd-webui-aki-v4.1\modules\launch_utils.py", line 166, in run_git
git_fix_workspace(dir, name)
File "D:\SD\sd-webui-aki-v4.1\modules\launch_utils.py", line 153, in git_fix_workspace
run(f'"{git}" -C "{dir}" fetch --refetch --no-auto-gc', f"Fetching all contents for {name}", f"Couldn't fetch {name}", live=True)
File "D:\SD\sd-webui-aki-v4.1\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't fetch Stable Diffusion XL.
Command: "git" -C "D:\SD\sd-webui-aki-v4.1\repositories\generative-models" fetch --refetch --no-auto-gc
Error code: 128
--------
[程序异常退出,退出代码为 1 (0x00000001)]