mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-19 06:48:12 +00:00
bugfix
This commit is contained in:
@@ -546,7 +546,8 @@ def data_process(args):
|
||||
num_frames=args.num_frames,
|
||||
height=args.height,
|
||||
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(
|
||||
dataset,
|
||||
|
||||
Reference in New Issue
Block a user