mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-14 23:18:11 +08:00
Implement Wan 2.1
This commit is contained in:
38
video/Wan2.1/.gitignore
vendored
Normal file
38
video/Wan2.1/.gitignore
vendored
Normal 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/
|
Reference in New Issue
Block a user