add anime segmentation
This commit is contained in:
@@ -106,6 +106,11 @@ def parse_args():
|
||||
action="store_true",
|
||||
help=REMOVE_BG_HELP,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--enable-anime-seg",
|
||||
action="store_true",
|
||||
help=ANIMESEG_HELP,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--enable-realesrgan",
|
||||
action="store_true",
|
||||
|
||||
Reference in New Issue
Block a user