CodeFormer
CodeFormer copied to clipboard
`--face_upsample` does nothing.
trafficstars
Looking through inference_codeformer.py, it seems that the --face_upsample flag is disabled for some reason:
https://github.com/sczhou/CodeFormer/blob/4c93a0ac8e309cb186165eba098fb8a379f9e349/inference_codeformer.py#L125-L132
It looks like this happened in this commit enabling CPU support for realesrgan.
Is there a reason this should be disabled or was it just commented out during debugging and not uncommented afterwards?