Merge pull request #158 from Cubox/patch-1

Fix wrong help message
This commit is contained in:
Lincoln Stein 2022-08-29 15:12:24 -04:00 committed by GitHub
commit e26fee78b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,7 +340,8 @@ def create_argv_parser():
'--gfpgan_bg_upsampler',
type=str,
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(
'--gfpgan_bg_tile',