Enhancing the faces in faded family photos.
. It operates as part of the GAN Prior Embedded Network (GPEN) framework, a machine learning architecture developed to restore highly degraded, blurry, or low-quality facial images. gpen-bfr-2048.pth
You should consider alternatives like GFPGAN or lower-resolution GPEN models if: Enhancing the faces in faded family photos
A .pth file, which is a standard PyTorch state dictionary containing the weights and parameters of the neural network. facial reconstruction workflows
: It is frequently used in AI-driven image editing tools, facial reconstruction workflows, and deepfake post-processing (e.g., in tools like ReActor for ComfyUI or SD.Next) to "clean up" faces after a swap or generation. Release Info : Originally released by researcher
[Degraded Input Image] ---> [Encoder (UNet)] ---> [Embedded GAN Latent Space] ---> [Decoder (StyleGAN2 Prior)] ---> [2048x2048 Restored Face]