From 1b70a5f1bb237f723f9bda76dfde7108743b9774 Mon Sep 17 00:00:00 2001 From: kabachuha Date: Sun, 13 Aug 2023 09:27:48 +0300 Subject: [PATCH] add simple API to Deforum's CLI args --- preload.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/preload.py b/preload.py index 8261221b..fbd2e4e5 100644 --- a/preload.py +++ b/preload.py @@ -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,