make plugin work

This commit is contained in:
Qing
2023-03-25 09:53:22 +08:00
parent 996a264797
commit 6e54f77ed6
16 changed files with 528 additions and 284 deletions

View File

@@ -94,6 +94,11 @@ def parse_args():
parser.add_argument(
"--realesrgan-device", default="cpu", type=str, choices=["cpu", "cuda"]
)
parser.add_argument(
"--enable-gif",
action="store_true",
help="Enable GIF plugin",
)
#########
# useless args