mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2026-01-11 16:53:34 +00:00
fixed unwanted discontinuity with at the end of first sliding window with InfiniteTalk
This commit is contained in:
parent
66a07db16b
commit
e7c08d12c8
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user