vantagewithai commited on
Commit
91232f0
·
verified ·
1 Parent(s): fc8feaf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-to-video
4
+ - video-generation
5
+ - personalized-video
6
+ - identity-preservation
7
+ pipeline_tag: image-to-video
8
+ license: apache-2.0
9
+ base_model:
10
+ - Wan-AI/Wan2.1-T2V-14B
11
+ ---
12
+
13
+ <div align="center">
14
+
15
+ # Lynx: High-Fidelity Personalized Video Generation
16
+
17
+ Lynx is a state-of-the-art high-fidelity personalized video generation model that creates videos from a single input image while preserving the subject's identity. Built on a Diffusion Transformer (DiT) foundation model with lightweight ID-adapters and Ref-adapters for identity preservation and spatial detail enhancement.
18
+
19
+ ## Model Variants
20
+
21
+ This repository contains two GGUF Quantized versions the original Bytedance's Lynx model variants:
22
+
23
+ - **Lynx Ref. Full Model** (`full_ref`): Complete version with all advanced features and best performance
24
+ - **Lynx IP Lite Model** (`lite_ip`): GGUF Quantized version of Lightweight IP model with fewer parameters, tailored for efficient 24fps (121-frame) video generation.
25
+
26
+ ## Citation
27
+
28
+ If you use this model in your research, please cite:
29
+
30
+ ```bibtex
31
+ @article{sang2025lynx,
32
+ title={Lynx: Towards High-Fidelity Personalized Video Generation},
33
+ author={Sang, Shen and Zhi, Tiancheng and Gu, Tianpei and Liu, Jing and Luo, Linjie},
34
+ journal={arXiv preprint arXiv:2509.15496},
35
+ year={2025}
36
+ }
37
+ ```
38
+
39
+ ## License
40
+
41
+ This model is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.