Skip to content

Commit

Permalink
Set default to none for gfpgan_strength
Browse files Browse the repository at this point in the history
  • Loading branch information
Oceanswave committed Aug 26, 2022
1 parent 4f02b72 commit eb9f0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dream.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def create_cmd_parser():
parser.add_argument(
'-G',
'--gfpgan_strength',
default=0.5,
default=None,
type=float,
help='The strength at which to apply the GFPGAN model to the result, in order to improve faces.',
)
Expand Down

0 comments on commit eb9f0be

Please sign in to comment.