Compare GFPGAN Model Versions
masterGFPGAN provides different model versions depending on your needs for naturalness vs. sharpness:
| Version | Model Name | Description |
|---|---|---|
| V1.3 | GFPGANv1.3.pth | More natural restoration results. Better for very low-quality or high-quality inputs. Can have repeated restorations. Weakness: Not very sharp, slight identity change. |
| V1.2 | GFPGANCleanv1-NoCE-C2.pth | No colorization; no CUDA extensions required. Sharper output with beauty makeup. Weakness: Some outputs can be unnatural. |
| V1 | GFPGANv1.pth | The original paper model, includes colorization. |
Note: V1.3 is not always better than V1.2; choose based on whether you prioritize naturalness or sharpness.