mirror of
				https://github.com/Wan-Video/Wan2.1.git
				synced 2025-11-04 06:15:17 +00:00 
			
		
		
		
	Update pipeline name for vace
This commit is contained in:
		
							parent
							
								
									a6271b1011
								
							
						
					
					
						commit
						1a55891718
					
				@ -505,7 +505,7 @@ def generate(args):
 | 
				
			|||||||
            args.prompt = input_prompt[0]
 | 
					            args.prompt = input_prompt[0]
 | 
				
			||||||
            logging.info(f"Extended prompt: {args.prompt}")
 | 
					            logging.info(f"Extended prompt: {args.prompt}")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        logging.info("Creating WanT2V pipeline.")
 | 
					        logging.info("Creating VACE pipeline.")
 | 
				
			||||||
        wan_vace = wan.WanVace(
 | 
					        wan_vace = wan.WanVace(
 | 
				
			||||||
            config=cfg,
 | 
					            config=cfg,
 | 
				
			||||||
            checkpoint_dir=args.ckpt_dir,
 | 
					            checkpoint_dir=args.ckpt_dir,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user