Merge pull request #835 from deforum-art/cadence-to-one

Set cadence to 1 by default
pull/839/head
kabachuha 2023-08-10 19:46:05 +03:00 committed by GitHub
commit a7b829eb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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": {