Skip to content

Commit

Permalink
runner: Default fps = 6
Browse files Browse the repository at this point in the history
Better for SVD1.1
  • Loading branch information
yondonfu committed Feb 29, 2024
1 parent 133051e commit 766ba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/app/routes/image_to_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def image_to_video(
model_id: Annotated[str, Form()] = "",
height: Annotated[int, Form()] = 576,
width: Annotated[int, Form()] = 1024,
fps: Annotated[int, Form()] = 7,
fps: Annotated[int, Form()] = 6,
motion_bucket_id: Annotated[int, Form()] = 127,
noise_aug_strength: Annotated[float, Form()] = 0.02,
seed: Annotated[int, Form()] = None,
Expand Down

0 comments on commit 766ba4c

Please sign in to comment.