最強(qiáng) AI 繪畫工具——Stable Diffusion超詳細(xì)教程

venv "fanqie\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: 076d624a297532d6e4abebe5807fd7c7504d7a73
Installing clip
Traceback (most recent call last):
?File "H:\fd\ai\stable-diffusion-webui\launch.py", line 360, in <module>
??prepare_environment()
?File "H:\fd\ai\stable-diffusion-webui\launch.py", line 278, in prepare_environment
??run_pip(f"install {clip_package}", "clip")
?File "H:\fd\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 "H:\fd\ai\stable-diffusion-webui\launch.py", line 105, in run
??raise RuntimeError(message)
RuntimeError: Couldn't install clip.
Command: "H:\fd\ai\stable-diffusion-webui\fanqie\Scripts\python.exe" -m pip install git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 --prefer-binary
Error code: 1
stdout: Collecting git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
?Cloning https://github.com/openai/CLIP.git (to revision d50d76daa670286dd6cacf3bcd80b5e4823fc8e1) to c:\users\1\appdata\local\temp\pip-req-build-3v2rgb9y
stderr:??Running command git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git 'C:\Users\1\AppData\Local\Temp\pip-req-build-3v2rgb9y'
?fatal: unable to access 'https://github.com/openai/CLIP.git/': Recv failure: Connection was reset
?error: subprocess-exited-with-error
?git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git 'C:\Users\1\AppData\Local\Temp\pip-req-build-3v2rgb9y' did not run successfully.
?exit code: 128
?See above for output.
?note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git 'C:\Users\1\AppData\Local\Temp\pip-req-build-3v2rgb9y' did not run successfully.
exit code: 128
See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
[notice] A new release of pip available: 22.2.1 -> 23.0.1
[notice] To update, run: H:\fd\ai\stable-diffusion-webui\fanqie\Scripts\python.exe -m pip install --upgrade pip