Update inference_gfpgan.py
Browse files- inference_gfpgan.py +1 -1
inference_gfpgan.py
CHANGED
@@ -27,7 +27,7 @@ def main():
|
|
27 |
parser.add_argument(
|
28 |
'-s', '--upscale', type=int, default=2, help='The final upsampling scale of the image. Default: 2')
|
29 |
parser.add_argument(
|
30 |
-
'--bg_upsampler', type=str, default='
|
31 |
parser.add_argument(
|
32 |
'--bg_tile',
|
33 |
type=int,
|
|
|
27 |
parser.add_argument(
|
28 |
'-s', '--upscale', type=int, default=2, help='The final upsampling scale of the image. Default: 2')
|
29 |
parser.add_argument(
|
30 |
+
'--bg_upsampler', type=str, default='', help='background upsampler. Default: realesrgan')
|
31 |
parser.add_argument(
|
32 |
'--bg_tile',
|
33 |
type=int,
|