diff --git a/scripts/dream.py b/scripts/dream.py index f6feb10adc..5d5e8db4a5 100755 --- a/scripts/dream.py +++ b/scripts/dream.py @@ -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.', )