mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-25 07:11:04 +00:00
Higher resolution pretrained model ? #188
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 @Michaelwhite34 on GitHub (May 13, 2022).
512512 is generally enough for video, but portrait needs 10241024 or 2048*2048.
@johnGettings commented on GitHub (May 18, 2022):
Check out the --upscale argument. Default is 2 so your image is initially 256x256. Change that to 4 and output will be 1024x1024. Results are great too. It utilizes RealESRGAN
@Michaelwhite34 commented on GitHub (May 18, 2022):
I am talking about enhanced face resolution, not the enhanced background resolution.
@johnGettings commented on GitHub (May 18, 2022):
Just try --upscale 4. It's what you're looking for. I think they use realESRGAN for the background and something else for the face. I don't remember. It comes out 1024x1024 and it looks good