Skip to content

Commit 349d080

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

17 files changed

Lines changed: 5053 additions & 53 deletions

.gitignore

Lines changed: 10 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,14 @@ tags
177178

178179
wandb
179180

180-
# Gemini CLI
181+
# Local assistant tooling
181182
.gemini/
183+
.claude/
184+
.codex/
185+
182186
gha-creds-*.json
187+
188+
#jax cache
189+
.jax_cache/
190+
.mplconfig/
191+
.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)