I understand that it might require an extra installation step (another model to install), but I think it would benefit people to have a flag that runs the result through GFPGAN to include the face quality. There are a few other interfaces for Stable Diffusion that include GFPGAN, like
A flag like this
parser.add_argument(
'-G',
'--gfpgan_strength',
default=0.0,
type=float,
help="The strength at which to apply the GFPGAN model to the result, in order to improve faces."
)
Maybe after you commit the refactor, I'll try to submit a PR.
I understand that it might require an extra installation step (another model to install), but I think it would benefit people to have a flag that runs the result through GFPGAN to include the face quality. There are a few other interfaces for Stable Diffusion that include GFPGAN, like
A flag like this
Maybe after you commit the refactor, I'll try to submit a PR.