Having a problem during installation of sd.webui #17378
Replies: 2 comments
-
|
It often not a pip issue, it is a module install issue. As it says. We haven't use Windows in decades. But here is something: If they are not correct, things will fail to install. So even if you installed the correct version, they may not be the ones being called on. In that sense it a PIP and Python issue. |
Beta Was this translation helpful? Give feedback.
-
|
Some good news, we are close to the install guide for 2026. We broke a working version and even though we started a clean version to continue some test conducting, we did go back and fixed the one that broke. This is a good thing. Also to some back story this is for a M4 installation of 1.10.1 in which now only option is the cpu+gpu vs or system running intel with AMD 16GB GPU and yes Intel still faster, but being it is an older system we want to see if the new M4 could work and/or even improve performance on the older software. we say old even though it only 1 year for last updates. We still hope for some to take up the continued development, sort of us doing rewrites of py code. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting an error during run.bat file. Errors as follows;
Installing gfpgan
Traceback (most recent call last):
File "C:\Users\orhan\Desktop\Stable Dif\sd.webui\webui\launch.py", line 324, in
prepare_environment()
File "C:\Users\orhan\Desktop\Stable Dif\sd.webui\webui\launch.py", line 239, in prepare_environment
run_pip(f"install {gfpgan_package}", "gfpgan")
File "C:\Users\orhan\Desktop\Stable Dif\sd.webui\webui\launch.py", line 106, 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 "C:\Users\orhan\Desktop\Stable Dif\sd.webui\webui\launch.py", line 74, in run
raise RuntimeError(message)
RuntimeError: Couldn't install gfpgan.
Command: "C:\Users\orhan\Desktop\Stable Dif\sd.webui\system\python\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\orhan\AppData\Local\Temp\pip-req-build-k0ug5xyf
stderr: Running command git clone --filter=blob:none --quiet https://github.com/TencentARC/GFPGAN.git 'C:\Users\orhan\AppData\Local\Temp\pip-req-build-k0ug5xyf'
fatal: unable to access 'https://github.com/TencentARC/GFPGAN.git/': Could not resolve host: github.com
fatal: could not fetch 71190fbe05ad319b35b0fb79632b2866eed8a938 from promisor remote
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
error: subprocess-exited-with-error
git clone --filter=blob:none --quiet https://github.com/TencentARC/GFPGAN.git 'C:\Users\orhan\AppData\Local\Temp\pip-req-build-k0ug5xyf' did not run successfully.
exit code: 128
No available output.
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379' when git clone --filter=blob:none --quiet https://github.com/tencentarc/gfpgan.git 'c:\users\orhan\appdata\local\temp\pip-req-build-k0ug5xyf'
Press any key to continue . . .
Help is appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions