YuanchengXu123 nielsr HF Staff commited on
Commit
6735bc4
·
1 Parent(s): 1df5738

Add link to paper page and project page (#1)

Browse files

- Add link to paper page and project page (411785a5a60d5d068163c3677d49a81c1599712a)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +17 -15
README.md CHANGED
@@ -1,28 +1,30 @@
1
  ---
 
 
2
  license: apache-2.0
3
  pipeline_tag: video-to-video
4
  tags:
5
- - video-to-video
6
- - image-to-video
7
- - text-to-video
8
- - video-generation
9
- - video-editing
10
- - diffusion
11
- - wan
12
- - vace
13
- - identity-preservation
14
- - relighting
15
- - siggraph-asia-2026
16
- base_model:
17
- - Wan-AI/Wan2.1-I2V-14B-720P
18
  ---
19
 
20
  # ID-V2V: Identity-Preserving Video-to-Video Generation
21
 
22
- **Paper:** *ID-V2V: Identity-Preserving Video-to-Video Generation* (SIGGRAPH Asia 2026)
23
 
24
  [Yuancheng Xu](https://yuancheng-xu.github.io/), [Mingming He](https://mingminghe.com/), [Pablo Salamanca](https://pablosalaman.ca/), [Li Ma](https://limacv.github.io/homepage/), [Yash Kant](https://yashkant.github.io/), [Emmett Steven](https://www.linkedin.com/in/emmettsteven), [Paul Debevec](https://www.pauldebevec.com/), [Ning Yu](https://ningyu1991.github.io/)
25
 
 
 
26
  **Code:** https://github.com/Eyeline-Labs/ID-V2V
27
 
28
  ![ID-V2V teaser](assets/teaser.jpg)
@@ -41,4 +43,4 @@ This repository hosts the two finetuned ID-V2V checkpoints. Both share the same
41
  - **`idv2v.pth`** — the default single-condition model. It preserves the segmented subject (relit to match the new scene) and regenerates the rest of the frame from the prompt.
42
  - **`idv2v_with_normal_depth.pth`** — additionally conditions on the source video's surface normals (DAViD) and depth (DepthAnything-V2), giving tighter geometric control over the regenerated regions.
43
 
44
- The two are **different, non-interchangeable weights** with an identical architecture, so loading the wrong one does not raise an error — it silently degrades the output. Pair each checkpoint with its matching script, as documented in the code repository.
 
1
  ---
2
+ base_model:
3
+ - Wan-AI/Wan2.1-I2V-14B-720P
4
  license: apache-2.0
5
  pipeline_tag: video-to-video
6
  tags:
7
+ - video-to-video
8
+ - image-to-video
9
+ - text-to-video
10
+ - video-generation
11
+ - video-editing
12
+ - diffusion
13
+ - wan
14
+ - vace
15
+ - identity-preservation
16
+ - relighting
17
+ - siggraph-asia-2026
 
 
18
  ---
19
 
20
  # ID-V2V: Identity-Preserving Video-to-Video Generation
21
 
22
+ **Paper:** [*ID-V2V: Identity-Preserving Video Restylization*](https://huggingface.co/papers/2607.22830) (SIGGRAPH Asia 2026)
23
 
24
  [Yuancheng Xu](https://yuancheng-xu.github.io/), [Mingming He](https://mingminghe.com/), [Pablo Salamanca](https://pablosalaman.ca/), [Li Ma](https://limacv.github.io/homepage/), [Yash Kant](https://yashkant.github.io/), [Emmett Steven](https://www.linkedin.com/in/emmettsteven), [Paul Debevec](https://www.pauldebevec.com/), [Ning Yu](https://ningyu1991.github.io/)
25
 
26
+ **Project page:** https://eyeline-labs.github.io/ID-V2V/
27
+
28
  **Code:** https://github.com/Eyeline-Labs/ID-V2V
29
 
30
  ![ID-V2V teaser](assets/teaser.jpg)
 
43
  - **`idv2v.pth`** — the default single-condition model. It preserves the segmented subject (relit to match the new scene) and regenerates the rest of the frame from the prompt.
44
  - **`idv2v_with_normal_depth.pth`** — additionally conditions on the source video's surface normals (DAViD) and depth (DepthAnything-V2), giving tighter geometric control over the regenerated regions.
45
 
46
+ The two are **different, non-interchangeable weights** with an identical architecture, so loading the wrong one does not raise an error — it silently degrades the output. Pair each checkpoint with its matching script, as documented in the code repository.