Skip to content

Commit c9869ce

Browse files
authored
return default cadence to 2 (easier debug)
1 parent f0fb9d7 commit c9869ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deforum_helpers/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def DeforumAnimArgs():
428428
"minimum": 1,
429429
"maximum": 50,
430430
"step": 1,
431-
"value": 1,
431+
"value": 2,
432432
"info": "# of in-between frames that will not be directly diffused"
433433
},
434434
"optical_flow_cadence": {

0 commit comments

Comments
 (0)