Skip to content

Commit

Permalink
add simple API to Deforum's CLI args
Browse files Browse the repository at this point in the history
  • Loading branch information
kabachuha committed Aug 13, 2023
1 parent 742b598 commit 1b70a5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions preload.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ def preload(parser):
help="Enable the Deforum API",
default=None,
)
parser.add_argument(
"--deforum-simple-api",
action="store_true",
help="Enable the simplified version of Deforum API",
default=None,
)
parser.add_argument(
"--deforum-run-now",
type=str,
Expand Down

0 comments on commit 1b70a5f

Please sign in to comment.