mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
a0f47aa72e
@ -490,7 +490,7 @@ class Args(object):
|
|||||||
"-z",
|
"-z",
|
||||||
type=int,
|
type=int,
|
||||||
default=6,
|
default=6,
|
||||||
choices=range(0, 9),
|
choices=range(0, 10),
|
||||||
dest="png_compression",
|
dest="png_compression",
|
||||||
help="level of PNG compression, from 0 (none) to 9 (maximum). Default is 6.",
|
help="level of PNG compression, from 0 (none) to 9 (maximum). Default is 6.",
|
||||||
)
|
)
|
||||||
@ -943,7 +943,6 @@ class Args(object):
|
|||||||
"--png_compression",
|
"--png_compression",
|
||||||
"-z",
|
"-z",
|
||||||
type=int,
|
type=int,
|
||||||
default=6,
|
|
||||||
choices=range(0, 10),
|
choices=range(0, 10),
|
||||||
dest="png_compression",
|
dest="png_compression",
|
||||||
help="level of PNG compression, from 0 (none) to 9 (maximum). [6]",
|
help="level of PNG compression, from 0 (none) to 9 (maximum). [6]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user