Fixed default to None

This commit is contained in:
JPPhoto 2022-11-19 11:50:26 +00:00
parent 1f0220697b
commit 8d3b1582a5

View File

@ -940,7 +940,7 @@ class Args(object):
'-embiggen_strength',
type=float,
help='The strength of the embiggen img2img step, defaults to 0.4',
default=0.4,
default=None,
)
special_effects_group.add_argument(
'--seamless',