fix several dangling references to --gfpgan option, which no longer exists

This commit is contained in:
Lincoln Stein
2022-09-04 21:39:15 -04:00
parent f4004f660e
commit 0f93dadd6a
2 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ def create_argv_parser():
'--gfpgan_bg_upsampler',
type=str,
default='realesrgan',
help='Background upsampler. Default: realesrgan. Options: realesrgan, none. Only used if --gfpgan is specified',
help='Background upsampler. Default: realesrgan. Options: realesrgan, none.',
)
parser.add_argument(