add simple API to Deforum's CLI args

pull/840/head
kabachuha 2023-08-13 09:27:48 +03:00
parent 742b598c05
commit 1b70a5f1bb
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ def preload(parser):
help="Enable the Deforum API", help="Enable the Deforum API",
default=None, default=None,
) )
parser.add_argument(
"--deforum-simple-api",
action="store_true",
help="Enable the simplified version of Deforum API",
default=None,
)
parser.add_argument( parser.add_argument(
"--deforum-run-now", "--deforum-run-now",
type=str, type=str,