Add model card, link to paper and project page

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
- license: mit
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-to-video
4
  ---
5
+
6
+ # DomainShuttle: Freeform Open Domain Subject-driven Text-to-video Generation
7
+
8
+ This repository contains the weights for **DomainShuttle**, an open-domain subject-driven text-to-video (S2V) generation method presented in [DomainShuttle: Freeform Open Domain Subject-driven Text-to-video Generation](https://huggingface.co/papers/2606.26058).
9
+
10
+ DomainShuttle achieves both high subject fidelity and generative flexibility across diverse open-domain video personalization scenarios by decoupling reference and video features.
11
+
12
+ - **Project Page:** [DomainShuttle Project Page](https://cn-makers.github.io/DomainShuttle/)
13
+ - **Code:** [GitHub Repository](https://github.com/HKUST-C4G/DomainShuttle)
14
+
15
+ ## Citation
16
+
17
+ If you find our work useful in your research, please consider citing:
18
+
19
+ ```bibtex
20
+ @article{chen2026domainshuttle,
21
+ title={DomainShuttle: Freeform Open Domain Subject-driven Text-to-video Generation},
22
+ author={Chen, Nan and Cai, Yiyang Caps and Xie, Rongchang and Pan, Junwen and Chen, Cheng and Jia, Weinan and Chen, Zhuowei and Zhou, Wen and Sun, Zhenbang and Luo, Wenhan},
23
+ journal={arXiv preprint arXiv:2606.26058},
24
+ year={2026}
25
+ }
26
+ ```