mingyang-wu commited on
Commit
9095228
·
verified ·
1 Parent(s): 0d0f8db

Add model card README for ConsID-Gen

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - image-to-video
7
+ - video-generation
8
+ - identity-preservation
9
+ - view-consistency
10
+ - diffusion
11
+ - consid-gen
12
+ pipeline_tag: image-to-video
13
+ library_name: diffsynth
14
+ ---
15
+
16
+ # ConsID-Gen
17
+
18
+ **ConsID-Gen: View-Consistent and Identity-Preserving Image-to-Video Generation**
19
+
20
+ Mingyang Wu, Ashirbad Mishra, Soumik Dey, Shuo Xing, Naveen Ravipati, Hansi Wu, Binbin Li, Zhengzhong Tu (2026)
21
+ Accepted by **CVPR 2026**.
22
+
23
+ ## Summary
24
+
25
+ This repository contains the model checkpoint for our paper:
26
+
27
+ **ConsID-Gen: View-Consistent and Identity-Preserving Image-to-Video Generation**.
28
+
29
+ ConsID-Gen focuses on generating videos that maintain:
30
+
31
+ - strong identity preservation,
32
+ - cross-view consistency,
33
+ - temporal coherence.
34
+
35
+ ## Files
36
+
37
+ - `model.safetensors`: Main model checkpoint.
38
+
39
+ ## Usage
40
+
41
+ Please refer to the project scripts for training/inference entry points (for example `run_train_considgen.py` and `run_inference_considgen.py`) and adapt paths/configs to your environment.
42
+
43
+ ## Citation
44
+
45
+ ```bibtex
46
+ @inproceedings{wu2026considgen,
47
+ title={ConsID-Gen: View-Consistent and Identity-Preserving Image-to-Video Generation},
48
+ author={Wu, Mingyang and Mishra, Ashirbad and Dey, Soumik and Xing, Shuo and Ravipati, Naveen and Wu, Hansi and Li, Binbin and Tu, Zhengzhong},
49
+ booktitle={CVPR},
50
+ year={2026}
51
+ }
52
+ ```