Skip to content

Commit e281524

Browse files
committed
Add WAN animate pipeline support
1 parent ceca471 commit e281524

19 files changed

Lines changed: 5119 additions & 301 deletions

.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ tags
168168
.DS_Store
169169
# RL pipelines may produce mp4 outputs
170170
*.mp4
171+
!assets/wan_animate/**/*.mp4
171172

172173
# dependencies
173174
/transformers
@@ -177,6 +178,20 @@ tags
177178

178179
wandb
179180

180-
# Gemini CLI
181+
# Local assistant tooling
182+
.codex
183+
.codex/
184+
.claude
185+
.claude/
186+
.gemini
181187
.gemini/
188+
Gemini.md
189+
gemini.md
190+
182191
gha-creds-*.json
192+
193+
#jax cache
194+
.jax_cache/
195+
.mplconfig/
196+
197+
.tpu_logs/

assets/wan_animate/src_face.mp4

254 KB
Binary file not shown.

assets/wan_animate/src_pose.mp4

281 KB
Binary file not shown.

assets/wan_animate/src_ref.png

118 KB
Loading

0 commit comments

Comments
 (0)