Skip to content

1,5 fps Using GFPGAN??? is possible? #135

Closed Answered by C0untFloyd
kontakatilu asked this question in Q&A
Discussion options

You must be logged in to vote

tldr; The current enhancers except DMDNet don't allow parallel execution.

Yes it's possible and there's nothing wrong. The problem is that all enhancers in their default form don't like running in parallel. This means that your face swapping is properly threaded but after that every thread has to wait in order for post-processing. Also every face restoration does the face recoginition process again. I know this is stupid but to improve this you would have to dissect the existing code and rewrite parts of it. Some forks of roop do this already but they mostly just concentrate on GFPGAN only. I did it to as an experiment with DMDNet, that's why it is so fast.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by C0untFloyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants