mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-18 20:00:54 +00:00
Huggingface scaling issue #483
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 @mr-september on GitHub (May 8, 2024).
Hi, there appears to be a bug on Huggingface when the rescaling factor is set to 1.
The output dimensions is usually quite small, much smaller than the input dimensions. At any other rescaling factor, it works as intended.