mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-20 05:40:23 +01:00
Set default to none for gfpgan_strength
This commit is contained in:
parent
4f02b72c9c
commit
eb9f0be91a
@ -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.',
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user