Implement Wan 2.1

This commit is contained in:
N
2025-07-28 15:51:11 -07:00
parent 4b2a0df237
commit a36538bf9f
40 changed files with 7431 additions and 0 deletions

38
video/Wan2.1/.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
.*
*.py[cod]
# *.jpg
*.jpeg
# *.png
*.gif
*.bmp
*.mp4
*.mov
*.mkv
*.log
*.zip
*.pt
*.pth
*.ckpt
*.safetensors
*.json
# *.txt
*.backup
*.pkl
*.html
*.pdf
*.whl
cache
__pycache__/
storage/
samples/
!.gitignore
!requirements.txt
.DS_Store
*DS_Store
google/
Wan2.1-T2V-14B/
Wan2.1-T2V-1.3B/
Wan2.1-I2V-14B-480P/
Wan2.1-I2V-14B-720P/
venv_wan/
venv_wan_py310/