Skip to content

Commit

Permalink
return default cadence to 2 (easier debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
kabachuha committed Nov 13, 2023
1 parent f0fb9d7 commit c9869ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deforum_helpers/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def DeforumAnimArgs():
"minimum": 1,
"maximum": 50,
"step": 1,
"value": 1,
"value": 2,
"info": "# of in-between frames that will not be directly diffused"
},
"optical_flow_cadence": {
Expand Down

0 comments on commit c9869ce

Please sign in to comment.