mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-19 04:10:47 +00:00
Model GFPGANv1.3 does not exist #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Abelmarumo on GitHub (Mar 12, 2022).
I am trying to use GFPGAN but it says the model doesn't exist and I downloaded the model
@2blackbar commented on GitHub (Mar 12, 2022):
it works with 1.2 and 1.3 just make sure you setup every folder properly
@Abelmarumo commented on GitHub (Mar 16, 2022):
I have downloaded the GFPGANv1.3 model and put it in the pretrained model folder but still get the same issue
@soulteary commented on GitHub (May 20, 2022):
The reason for this problem is that your model position is not placed correctly (refer to the definition in your code)
The solution to the problem is simple, double check your paths.
If you want to make it simpler, you can refer to here: https://github.com/TencentARC/GFPGAN/issues/194
@Abelmarumo