gh373648449: 有点用,在launch.py文件里面把run_pip(f"install {gfpgan_package}", "gfpgan")改成run_pip(f"install -i https://pypi.douban.com/simple/ {gfpgan_package}", "gfpgan")这样也可以试试
企业微信 PC端多开QWDKY: 我这里有企微多开的应用哦,需要的可以联系我,免费发哈!
AopContext.currentProxy遇到的坑sanduo112: 源码static Object setCurrentProxy(@Nullable Object proxy) {Object old = currentProxy.get();if (proxy != null) {currentProxy.set(proxy);}else {currentProxy.remove();}return old;}