mirror of
				https://github.com/Wan-Video/Wan2.1.git
				synced 2025-11-03 22:04:21 +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
 | 
			
		||||
                    else:
 | 
			
		||||
                        if pre_video_frame is None:
 | 
			
		||||
                            new_shot = True
 | 
			
		||||
                            new_shot = "Q" in video_prompt_type
 | 
			
		||||
                        else:
 | 
			
		||||
                            if input_ref_images is None:
 | 
			
		||||
                                input_ref_images, new_shot = [pre_video_frame], False
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user