mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixed default to None
This commit is contained in:
parent
1f0220697b
commit
8d3b1582a5
@ -940,7 +940,7 @@ class Args(object):
|
|||||||
'-embiggen_strength',
|
'-embiggen_strength',
|
||||||
type=float,
|
type=float,
|
||||||
help='The strength of the embiggen img2img step, defaults to 0.4',
|
help='The strength of the embiggen img2img step, defaults to 0.4',
|
||||||
default=0.4,
|
default=None,
|
||||||
)
|
)
|
||||||
special_effects_group.add_argument(
|
special_effects_group.add_argument(
|
||||||
'--seamless',
|
'--seamless',
|
||||||
|
Loading…
Reference in New Issue
Block a user