add simple API to Deforum's CLI args
parent
742b598c05
commit
1b70a5f1bb
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue