From e99c95d1bce22891f278b22ed5439b9d0c03c17e Mon Sep 17 00:00:00 2001 From: kabachuha Date: Wed, 9 Aug 2023 19:53:14 +0300 Subject: [PATCH] set cadence to 1 by default Will allow novice users to experience more surreal and astonishing transitions (with real prompt->prompt tranformation and not just a slideshow at the border frame) at a cost of doubling rendering time. However, the default rabbit video is already quite short, so I don't thing there will be much of an impact in this regard --- scripts/deforum_helpers/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deforum_helpers/args.py b/scripts/deforum_helpers/args.py index d0e31b9a..5abffd47 100644 --- a/scripts/deforum_helpers/args.py +++ b/scripts/deforum_helpers/args.py @@ -410,7 +410,7 @@ def DeforumAnimArgs(): "minimum": 1, "maximum": 50, "step": 1, - "value": 2, + "value": 1, "info": "# of in-between frames that will not be directly diffused" }, "optical_flow_cadence": {