stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Installing gfpgan error 安装gfpgan出错
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
venv "C:\Users\小行星坠落StarFallDown\Desktop\stable-diffusion-webui-master\venv\Scripts\Python.exe"
Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)]
Commit hash:
stderr: Running command git clone --filter=blob:none --quiet https://github.com/TencentARC/GFPGAN.git 'C:\Users\СStarFallDown\AppData\Local\Temp\pip-req-build-8a5qa_r_' fatal: unable to access 'https://github.com/TencentARC/GFPGAN.git/': Failed to connect to github.com port 443 after 2086 ms: Connection refused error: subprocess-exited-with-error
git clone --filter=blob:none --quiet https://github.com/TencentARC/GFPGAN.git 'C:\Users\СStarFallDown\AppData\Local\Temp\pip-req-build-8a5qa_r_' 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/TencentARC/GFPGAN.git 'C:\Users\СStarFallDown\AppData\Local\Temp\pip-req-build-8a5qa_r_' 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.2 -> 22.3.1 [notice] To update, run: C:\Users\СStarFallDown\Desktop\stable-diffusion-webui-master\venv\Scripts\python.exe -m pip install --upgrade pip
请按任意键继续. . .
Steps to reproduce the problem
open the webui-user.bat,and output error. 打开webui-user.bat后输出了这些错误 具体看上面
What should have happened?
正常打开 correct open
Commit where the problem happens
cmd/terminal
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Microsoft Edge
Command Line Arguments
No response
Additional information, context and logs
No response
求求大佬解答 PLEASE help me!!!
Failed to connect to github.com port 443 after 2086 ms: Connection refused
This would indicate you have a networking issue. If you are accessing via a VPN, i would suggest turning it off and trying again.
Also, i would also suggest doing a git pull in the root directory of stable-diffusion-webui to make sure you have the most up to date version.
Please try to ask questions in English. For network issue, please refer to https://draw.dianas.cyou/install/WebUi/Troubleshoot/ 请尽量以英文提问,关于网络问题,请参考 https://draw.dianas.cyou/install/WebUi/Troubleshoot/ 。如果你看不懂或者不会处理,请使用别人打包好的版本吧。
I have VPN installed. I have turned on the TUN mode of clash, but the error still occurs. (I re-cloned the repo)
I have VPN installed. I have turned on the TUN mode of clash, but the error still occurs. (I re-cloned the repo)
Try to set git proxy to your vpn.
I sovled! I'm using clash for windows, so we need to set git proxy in Terminal
git config --global http.proxy http://127.0.0.1:7890
Please try to ask questions in English. For network issue, please refer to https://draw.dianas.cyou/install/WebUi/Troubleshoot/ 请尽量以英文提问,关于网络问题,请参考 https://draw.dianas.cyou/install/WebUi/Troubleshoot/ 。如果你看不懂或者不会处理,请使用别人打包好的版本吧。
用中文有什么问题?
I sovled! I'm using clash for windows, so we need to set git proxy in Terminal
git config --global http.proxy http://127.0.0.1:7890
Nice, it works. Config https proxy at the same time could be much better.
git config --global https.proxy http://127.0.0.1:your_port_number