Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

What upscaler is used in huggingface demo site apart from gfpgan 1.4? #569

Open
michidaeron opened this issue Aug 21, 2024 · 3 comments
Open

Comments

@michidaeron
Copy link

Because in other programs I use gfpgan 1.4 with RealERSGAN x2plus or x4 and I don't get the same good results.

@CoderXiaopang
Copy link

I encountered the same problem

@anuj509

This comment was marked as off-topic.

@anuj509
Copy link

anuj509 commented Dec 31, 2024

I was facing the same issue today but found solution by updating this settings:
cropped_faces, restored_faces, restored_img = restorer.enhance(
input_img,
has_aligned=False,
only_center_face=True,
paste_back=True,
weight=0.5)

has_aligned to False

image

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

No branches or pull requests

3 participants