[diffusion] fix: fix the frame interpolation testcase in CI regarding number of frames (#19659)

Co-authored-by: Mick <mickjagger19@icloud.com>
This commit is contained in:
Junhao Liu
2026-03-05 11:21:53 +08:00
committed by GitHub
co-authored by Mick
parent fc53307ce9
commit 9c11a7ae40
2 changed files with 59 additions and 61 deletions
@@ -516,7 +516,6 @@ ONE_GPU_CASES_B: list[DiffusionTestCase] = [
),
DiffusionSamplingParams(
prompt=T2V_PROMPT,
num_frames=5,
enable_frame_interpolation=True,
frame_interpolation_exp=1,
),