mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-22 08:40:47 +00:00
support target fps
This commit is contained in:
@@ -403,6 +403,12 @@ def parse_args():
|
|||||||
default=81,
|
default=81,
|
||||||
help="Number of frames.",
|
help="Number of frames.",
|
||||||
)
|
)
|
||||||
|
parser.add_argument(
|
||||||
|
"--target_fps",
|
||||||
|
type=int,
|
||||||
|
default=None,
|
||||||
|
help="Expected FPS for sampling frames.",
|
||||||
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--height",
|
"--height",
|
||||||
type=int,
|
type=int,
|
||||||
|
|||||||
Reference in New Issue
Block a user