Merge branch 'development' into development

This commit is contained in:
Peter Baylies
2022-09-08 10:23:23 -04:00
committed by GitHub
8 changed files with 335 additions and 95 deletions

View File

@ -564,14 +564,9 @@ def create_cmd_parser():
)
parser.add_argument(
'-M',
'--mask',
'--init_mask',
type=str,
help='Path to inpainting mask; transparent areas will be painted over',
)
parser.add_argument(
'--invert_mask',
action='store_true',
help='Invert the inpainting mask; opaque areas will be painted over',
help='Path to input mask for inpainting mode (supersedes width and height)',
)
parser.add_argument(
'-T',