RuntimeError: Couldn't fetch CodeFormer. #9353
adrianliu77
started this conversation in
General
Replies: 1 comment 1 reply
-
Deal: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please help me. THX a lot.
How to do ?
venv "E:\Ai\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)]
Commit hash: 22bcc7b
Fetching updates for CodeFormer...
Traceback (most recent call last):
File "E:\Ai\stable-diffusion-webui\launch.py", line 355, in
prepare_environment()
File "E:\Ai\stable-diffusion-webui\launch.py", line 291, in prepare_environment
git_clone(codeformer_repo, repo_dir('CodeFormer'), "CodeFormer", codeformer_commit_hash)
File "E:\Ai\stable-diffusion-webui\launch.py", line 147, in git_clone
run(f'"{git}" -C "{dir}" fetch', f"Fetching updates for {name}...", f"Couldn't fetch {name}")
File "E:\Ai\stable-diffusion-webui\launch.py", line 97, in run
raise RuntimeError(message)
RuntimeError: Couldn't fetch CodeFormer.
Command: "git" -C "E:\Ai\stable-diffusion-webui\repositories\CodeFormer" fetch
Error code: 128
stdout:
stderr: warning: encountered old-style '/etc/pki/tls/certs' that should be '%(prefix)//etc/pki/tls/certs'
fatal: unable to access 'https://github.com/sczhou/CodeFormer.git/': Recv failure: Connection was reset
Beta Was this translation helpful? Give feedback.
All reactions