You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Because in other programs I use gfpgan 1.4 with RealERSGAN x2plus or x4 and I don't get the same good results.
The text was updated successfully, but these errors were encountered: