From ce848a3d1a3fbfa059e0f320fe3f20caa2ada8ee Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Tue, 18 Mar 2025 19:36:58 +0800 Subject: [PATCH] bugfix --- examples/wanvideo/train_wan_t2v.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/wanvideo/train_wan_t2v.py b/examples/wanvideo/train_wan_t2v.py index 5f7fdf1..8cab520 100644 --- a/examples/wanvideo/train_wan_t2v.py +++ b/examples/wanvideo/train_wan_t2v.py @@ -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,