Skip to content

Include GFPGAN #87

Description

@carterworks

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions