mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-18 11:50:42 +00:00
Weight does nothing? #379
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 @melMass on GitHub (Aug 6, 2023).
Hi
While trying to implement gfpgan to my Comfy nodes (https://github.com/melMass/comfy_mtb)
I realised by following the call paths that
weightis never used... I did not look more into it at the time, but I was just requested to add support for CodeFormer, which led me to look at the older codebase to realise that weight was used back then for CodeFormer...Is this correct? Is there any other way to act on the weight?
Thanks