mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-22 08:40:47 +00:00
bugfix
This commit is contained in:
@@ -546,7 +546,8 @@ def data_process(args):
|
|||||||
num_frames=args.num_frames,
|
num_frames=args.num_frames,
|
||||||
height=args.height,
|
height=args.height,
|
||||||
width=args.width,
|
width=args.width,
|
||||||
is_i2v=args.image_encoder_path is not None
|
is_i2v=args.image_encoder_path is not None,
|
||||||
|
target_fps=args.target_fps,
|
||||||
)
|
)
|
||||||
dataloader = torch.utils.data.DataLoader(
|
dataloader = torch.utils.data.DataLoader(
|
||||||
dataset,
|
dataset,
|
||||||
|
|||||||
Reference in New Issue
Block a user