Set default to none for gfpgan_strength

This commit is contained in:
Sean McLellan
2022-08-26 03:53:55 -04:00
parent 4f02b72c9c
commit eb9f0be91a

View File

@ -496,7 +496,7 @@ def create_cmd_parser():
parser.add_argument( parser.add_argument(
'-G', '-G',
'--gfpgan_strength', '--gfpgan_strength',
default=0.5, default=None,
type=float, type=float,
help='The strength at which to apply the GFPGAN model to the result, in order to improve faces.', help='The strength at which to apply the GFPGAN model to the result, in order to improve faces.',
) )