mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-14 13:24:36 +00:00
I can't use GFPGANv1.pth #46
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 @paconaranjo on GitHub (Aug 12, 2021).
I already use GFPGANCleanv1-NoCE-C2.pth and is working great. Please help me with this problem...
Thanks.
python inference_gfpgan.py --upscale 2 --model_path experiments/pretrained_models/GFPGANv1.pth --test_path inputs/whole_imgs --save_root results
@tachikoma777 commented on GitHub (Aug 12, 2021):
https://github.com/TencentARC/GFPGAN/blob/master/PaperModel.md
Maybe you should try this if you are using GFPGANv1.pth
@xinntao commented on GitHub (Aug 13, 2021):
@tachikoma777 Thanks 😄