最强 AI 绘画工具——Stable Diffusion超详细教程

求助这应该怎么办
venv "chuqibao\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8
Installing gfpgan
Traceback (most recent call last):
File "D:\ai\stable-diffusion-webui\launch.py", line 360, in <module>
prepare_environment()
File "D:\ai\stable-diffusion-webui\launch.py", line 275, in prepare_environment
run_pip(f"install {gfpgan_package}", "gfpgan")
File "D:\ai\stable-diffusion-webui\launch.py", line 137, in run_pip
return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
File "D:\ai\stable-diffusion-webui\launch.py", line 105, in run
raise RuntimeError(message)
RuntimeError: Couldn't install gfpgan.
Command: "D:\ai\stable-diffusion-webui\chuqibao\Scripts\python.exe" -m pip install git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 --prefer-binary
Error code: 1
stdout: Collecting git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379
Cloning https://github.com/TencentARC/GFPGAN.git (to revision 8d2447a2d918f8eba5a4a01463fd48e45126a379) to c:\users\86182\appdata\local\temp\pip-req-build-yvviomc8
stderr: Running command git clone --filter=blob:none --quiet https://github.com/TencentARC/GFPGAN.git 'C:\Users\86182\AppData\Local\Temp\pip-req-build-yvviomc8'
Running command git rev-parse -q --verify 'sha^8d2447a2d918f8eba5a4a01463fd48e45126a379'
Running command git fetch -q https://github.com/TencentARC/GFPGAN.git 8d2447a2d918f8eba5a4a01463fd48e45126a379
Running command git checkout -q 8d2447a2d918f8eba5a4a01463fd48e45126a379
fatal: unable to access 'https://github.com/TencentARC/GFPGAN.git/': Recv failure: Connection was reset
fatal: could not fetch 51da601598a8692ef0f01b3a6a2c70916c7b104c from promisor remote
error: subprocess-exited-with-error
git checkout -q 8d2447a2d918f8eba5a4a01463fd48e45126a379 did not run