mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
commit
e26fee78b5
@ -340,7 +340,8 @@ def create_argv_parser():
|
|||||||
'--gfpgan_bg_upsampler',
|
'--gfpgan_bg_upsampler',
|
||||||
type=str,
|
type=str,
|
||||||
default='realesrgan',
|
default='realesrgan',
|
||||||
help='Background upsampler. Default: None. Options: realesrgan, none.',
|
help='Background upsampler. Default: realesrgan. Options: realesrgan, none. Only used if --gfpgan is specified',
|
||||||
|
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--gfpgan_bg_tile',
|
'--gfpgan_bg_tile',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user