mirror of
				https://github.com/Wan-Video/Wan2.1.git
				synced 2025-11-03 22:04:21 +00:00 
			
		
		
		
	* isort the code * format the code * Add yapf config file * Remove torch cuda memory profiler
		
			
				
	
	
		
			6 lines
		
	
	
		
			94 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			94 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY: format
 | 
						|
 | 
						|
format:
 | 
						|
	isort generate.py gradio wan
 | 
						|
	yapf -i -r *.py generate.py gradio wan
 |