top | item 39121938

(no title)

tlack | 2 years ago

GFPGAN is decent but kinda heavy handed: https://github.com/TencentARC/GFPGAN

Worth a shot!

discuss

order

brap|2 years ago

Thanks! Just tried it, but it made my skin very smooth, like it was obviously filtered. And it gave me perfect teeth. Kind of uncanny.

tlack|2 years ago

how I wish it had a strength setting..

you can try blending the before and after with PIL but it will probably look even more disturbing

    strength = 0.5
    horrific_image = Image.blend(image_with_normal_skin_and_teeth, 
    kinda_awful_gfpgan_image, strength)
let me know if you find something better