Wan2.1/Makefile
Ang Wang 76e9427657
Format the code (#402)
* isort the code

* format the code

* Add yapf config file

* Remove torch cuda memory profiler
2025-05-16 12:35:38 +08:00

6 lines
94 B
Makefile

.PHONY: format
format:
isort generate.py gradio wan
yapf -i -r *.py generate.py gradio wan