Skip to content

Commit

Permalink
default ddim steps = 10
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-q committed Nov 8, 2024
1 parent 3b3f6e9 commit 6fe29d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def main(args):
help="What framerate should be used to save the output?",
default=20,
)
parse.add_argument("--ddim-steps", type=int, help="How many DDIM steps?", default=50)
parse.add_argument("--ddim-steps", type=int, help="How many DDIM steps?", default=10)

args = parse.parse_args()
print("inference args:")
Expand Down

0 comments on commit 6fe29d0

Please sign in to comment.