replicate / lora-inference

LoRA inference model packaged with Cog
MIT License
73 stars 22 forks source link

Enable Restore Face by gfpgan or codeformer #5

Open seanphan opened 1 year ago

seanphan commented 1 year ago

Output from Lora sometimes not easy to control.

I believe a Face restore option via API would help much.

image
daanelson commented 1 year ago

@seanphan we have APIs for codeformer (https://replicate.com/sczhou/codeformer) and gfpgan (https://replicate.com/tencentarc/gfpgan), try calling one of those on your LoRA outputs.

seanphan commented 1 year ago

Thanks @daanelson , will try.