fixed unwanted discontinuity with at the end of first sliding window with InfiniteTalk

This commit is contained in:
DeepBeepMeep 2025-09-10 01:47:55 +02:00
parent 66a07db16b
commit e7c08d12c8

View File

@ -539,7 +539,7 @@ class WanAny2V:
new_shot = "Q" in video_prompt_type new_shot = "Q" in video_prompt_type
else: else:
if pre_video_frame is None: if pre_video_frame is None:
new_shot = True new_shot = "Q" in video_prompt_type
else: else:
if input_ref_images is None: if input_ref_images is None:
input_ref_images, new_shot = [pre_video_frame], False input_ref_images, new_shot = [pre_video_frame], False