Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

开启Use Face Super-Resolution这个选项不运行人像超分 #33

Closed
theoldsong opened this issue Sep 11, 2024 · 6 comments
Closed

Comments

@theoldsong
Copy link

RT,开启这个选项,合成后,卡在提示“gfpgan is installed.” 这里,然后就没动静了。。。
不开启人脸超分没问题,请教这是哪里出了问题?

@tanshuai0219
Copy link
Owner

RT,开启这个选项,合成后,卡在提示“gfpgan is installed.” 这里,然后就没动静了。。。 不开启人脸超分没问题,请教这是哪里出了问题?

应该是gfpgan 相关的包没有安装好,请检查下以下是否都安装了
pip install facexlib pip install tb-nightly -i https://mirrors.aliyun.com/pypi/simple pip install gfpgan

同时也推荐原本的https://github.com/TencentARC/GFPGAN 看看他的安装教程

@theoldsong
Copy link
Author

pip install facexlib pip install tb-nightly -i https://mirrors.aliyun.com/pypi/simple pip install gfpgan

好像是这个问题,按照官方文档,python和torch的版本好像太低了,我换成3.10的python和2.1的torch就可以了,torch==1.10.0+cu113这个版本是不是不行?

@tanshuai0219
Copy link
Owner

pip install facexlib pip install tb-nightly -i https://mirrors.aliyun.com/pypi/simple pip install gfpgan

好像是这个问题,按照官方文档,python和torch的版本好像太低了,我换成3.10的python和2.1的torch就可以了,torch==1.10.0+cu113这个版本是不是不行?

我是Python 3.8, torch==1.10.0+cu111, facexlib==0.3.0,tb-nightly==2.13.0a20230423,gfpgan==1.3.8,运行没问题

@theoldsong
Copy link
Author

pip install facexlib pip install tb-nightly -i https://mirrors.aliyun.com/pypi/simple pip install gfpgan

好像是这个问题,按照官方文档,python和torch的版本好像太低了,我换成3.10的python和2.1的torch就可以了,torch==1.10.0+cu113这个版本是不是不行?

我是Python 3.8, torch==1.10.0+cu111, facexlib==0.3.0,tb-nightly==2.13.0a20230423,gfpgan==1.3.8,运行没问题

我用官方提供的requirements-windows装的,结果就出现卡在增强这一步。。。
后来换了python和torch,就可以了。。。很奇怪啊

@tanshuai0219
Copy link
Owner

pip install facexlib pip install tb-nightly -i https://mirrors.aliyun.com/pypi/simple pip install gfpgan

好像是这个问题,按照官方文档,python和torch的版本好像太低了,我换成3.10的python和2.1的torch就可以了,torch==1.10.0+cu113这个版本是不是不行?

我是Python 3.8, torch==1.10.0+cu111, facexlib==0.3.0,tb-nightly==2.13.0a20230423,gfpgan==1.3.8,运行没问题

我用官方提供的requirements-windows装的,结果就出现卡在增强这一步。。。 后来换了python和torch,就可以了。。。很奇怪啊

能跑通就行

@theoldsong
Copy link
Author

pip install facexlib pip install tb-nightly -i https://mirrors.aliyun.com/pypi/simple pip install gfpgan

好像是这个问题,按照官方文档,python和torch的版本好像太低了,我换成3.10的python和2.1的torch就可以了,torch==1.10.0+cu113这个版本是不是不行?

我是Python 3.8, torch==1.10.0+cu111, facexlib==0.3.0,tb-nightly==2.13.0a20230423,gfpgan==1.3.8,运行没问题

我用官方提供的requirements-windows装的,结果就出现卡在增强这一步。。。 后来换了python和torch,就可以了。。。很奇怪啊

能跑通就行

感谢大佬解答。

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants