mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixed default --embiggen_strength to None to avoid it being printed on every run (#1515)
This commit is contained in:
commit
c79ec204ec
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user