mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 13:48:04 -05:00
Set default to none for gfpgan_strength
This commit is contained in:
@@ -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.',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user