Move Arxiv ID from metadata to content and add base model

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -26
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
 
5
  pipeline_tag: image-to-video
 
6
  tags:
7
  - image-to-video
8
  - video-generation
@@ -12,14 +13,13 @@ tags:
12
  - wan
13
  - diffsynth
14
  - everanimate
15
- arxiv: 2605.15042
16
  ---
17
 
18
- # EverAnimate
19
 
20
- **EverAnimate: Minute-Scale Human Animation via Latent Flow Restoration**
21
 
22
- EverAnimate is a GPU-friendly post-training method for long-horizon human animation. It uses lightweight rank-32 LoRA adaptation on top of Wan2.2-Animate and improves long-horizon generation through persistent latent propagation and restorative flow matching.
23
 
24
  - **Project page:** https://everanimate.github.io/homepage/
25
  - **Paper:** https://arxiv.org/abs/2605.15042
@@ -59,24 +59,6 @@ hf download epfl-vita/everanimate \
59
  --local-dir .
60
  ```
61
 
62
- Download only the LoRA checkpoints:
63
-
64
- ```bash
65
- hf download epfl-vita/everanimate \
66
- --repo-type model \
67
- --include "ckpts/v1-lora32/*_480p.safetensors" \
68
- --local-dir .
69
- ```
70
-
71
- Download only the data:
72
-
73
- ```bash
74
- hf download epfl-vita/everanimate \
75
- --repo-type model \
76
- --include "data/**" \
77
- --local-dir .
78
- ```
79
-
80
  For full setup, clone the code repo and run:
81
 
82
  ```bash
@@ -102,11 +84,11 @@ bash train_stage1.sh
102
  bash train_stage2.sh
103
  ```
104
 
105
- See the GitHub repository for environment setup, scripts, and implementation details.
106
 
107
  ## Model Details
108
 
109
- - **Base model:** Wan2.2-Animate
110
  - **Checkpoint type:** LoRA
111
  - **LoRA rank:** 32
112
  - **Resolution:** 480p
@@ -142,4 +124,4 @@ This work is developed based on the following projects:
142
  - [Wan-Animate: Unified Character Animation and Replacement with Holistic Replication](https://arxiv.org/abs/2509.14055)
143
  - [Stable Video Infinity: Infinite-Length Video Generation with Error Recycling](https://stable-video-infinity.github.io/homepage/)
144
 
145
- This work has also been inspired by SVI 2.0 Pro and LongCat Video Avatar.
 
1
  ---
 
2
  language:
3
  - en
4
+ license: mit
5
  pipeline_tag: image-to-video
6
+ base_model: Wan-AI/Wan2.2-Animate-14B
7
  tags:
8
  - image-to-video
9
  - video-generation
 
13
  - wan
14
  - diffsynth
15
  - everanimate
 
16
  ---
17
 
18
+ # EverAnimate: Minute-Scale Human Animation via Latent Flow Restoration
19
 
20
+ EverAnimate is an efficient post-training method for long-horizon human animation. It uses lightweight rank-32 LoRA adaptation on top of Wan2.2-Animate and improves long-horizon generation through persistent latent propagation and restorative flow matching.
21
 
22
+ The model was presented in the paper [EverAnimate: Minute-Scale Human Animation via Latent Flow Restoration](https://arxiv.org/abs/2605.15042) by Wuyang Li, Yang Gao, Mariam Hassan, Lan Feng, Wentao Pan, Po-Chien Luan, and Alexandre Alahi.
23
 
24
  - **Project page:** https://everanimate.github.io/homepage/
25
  - **Paper:** https://arxiv.org/abs/2605.15042
 
59
  --local-dir .
60
  ```
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  For full setup, clone the code repo and run:
63
 
64
  ```bash
 
84
  bash train_stage2.sh
85
  ```
86
 
87
+ See the [GitHub repository](https://github.com/vita-epfl/EverAnimate) for environment setup, scripts, and implementation details.
88
 
89
  ## Model Details
90
 
91
+ - **Base model:** [Wan2.2-Animate-14B](https://huggingface.co/Wan-AI/Wan2.2-Animate-14B)
92
  - **Checkpoint type:** LoRA
93
  - **LoRA rank:** 32
94
  - **Resolution:** 480p
 
124
  - [Wan-Animate: Unified Character Animation and Replacement with Holistic Replication](https://arxiv.org/abs/2509.14055)
125
  - [Stable Video Infinity: Infinite-Length Video Generation with Error Recycling](https://stable-video-infinity.github.io/homepage/)
126
 
127
+ This work has also been inspired by SVI 2.0 Pro and LongCat Video Avatar.