Model GFPGANv1.3 does not exist #171

Open
opened 2026-01-29 21:44:50 +00:00 by claunia · 3 comments
Owner

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

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
Author
Owner

@2blackbar commented on GitHub (Mar 12, 2022):

it works with 1.2 and 1.3 just make sure you setup every folder properly

@2blackbar commented on GitHub (Mar 12, 2022): it works with 1.2 and 1.3 just make sure you setup every folder properly
Author
Owner

@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

@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
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#171