Fix wrong help message

This commit is contained in:
Andy Pilate
2022-08-28 17:11:24 +02:00
committed by GitHub
parent 38ed6393fa
commit fab9e1a423

View File

@ -409,7 +409,7 @@ 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. Only used if --gfpgan is specified', 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',