mirror of
				https://github.com/Wan-Video/Wan2.1.git
				synced 2025-11-04 06:15:17 +00:00 
			
		
		
		
	fixed output path bug
This commit is contained in:
		
							parent
							
								
									f4537e0cf2
								
							
						
					
					
						commit
						ccea784949
					
				
							
								
								
									
										2
									
								
								wgp.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								wgp.py
									
									
									
									
									
								
							@ -8724,4 +8724,4 @@ if __name__ == "__main__":
 | 
				
			|||||||
        else:
 | 
					        else:
 | 
				
			||||||
            url = "http://" + server_name 
 | 
					            url = "http://" + server_name 
 | 
				
			||||||
        webbrowser.open(url + ":" + str(server_port), new = 0, autoraise = True)
 | 
					        webbrowser.open(url + ":" + str(server_port), new = 0, autoraise = True)
 | 
				
			||||||
    demo.launch(favicon_path="favicon.png",  server_name=server_name, server_port=server_port, share=args.share, allowed_paths=[save_path] + [] if save_path == image_save_path else [image_save_path] )
 | 
					    demo.launch(favicon_path="favicon.png", server_name=server_name, server_port=server_port, share=args.share, allowed_paths=list({save_path, image_save_path}))
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user