Commit
·
c12ed97
1
Parent(s):
395eff4
update README
Browse files
README.md
CHANGED
@@ -149,13 +149,13 @@ For more inference examples, please refer to "infer.sh". You will get the follow
|
|
149 |
## Acknowledgements
|
150 |
We would like to express our gratitude to the SEED team for their support. Special thanks to Lu Jiang, Haoyuan Guo, Zhibei Ma, and Sen Wang for their assistance with the model and data. In addition, we are also very grateful to Siying Chen, Qingyang Li, and Wei Han for their help with the evaluation.
|
151 |
|
152 |
-
##
|
153 |
|
154 |
If Phantom is helpful, please help to ⭐ our [repo](https://github.com/Phantom-video/Phantom).
|
155 |
|
156 |
If you find this project useful for your research, please consider citing our [paper](https://arxiv.org/abs/2502.11079).
|
157 |
|
158 |
-
|
159 |
```bibtex
|
160 |
@article{liu2025phantom,
|
161 |
title={Phantom: Subject-Consistent Video Generation via Cross-Modal Alignment},
|
@@ -163,4 +163,7 @@ If you find this project useful for your research, please consider citing our [p
|
|
163 |
journal={arXiv preprint arXiv:2502.11079},
|
164 |
year={2025}
|
165 |
}
|
166 |
-
```
|
|
|
|
|
|
|
|
149 |
## Acknowledgements
|
150 |
We would like to express our gratitude to the SEED team for their support. Special thanks to Lu Jiang, Haoyuan Guo, Zhibei Ma, and Sen Wang for their assistance with the model and data. In addition, we are also very grateful to Siying Chen, Qingyang Li, and Wei Han for their help with the evaluation.
|
151 |
|
152 |
+
## ⭐ Citation
|
153 |
|
154 |
If Phantom is helpful, please help to ⭐ our [repo](https://github.com/Phantom-video/Phantom).
|
155 |
|
156 |
If you find this project useful for your research, please consider citing our [paper](https://arxiv.org/abs/2502.11079).
|
157 |
|
158 |
+
### BibTeX
|
159 |
```bibtex
|
160 |
@article{liu2025phantom,
|
161 |
title={Phantom: Subject-Consistent Video Generation via Cross-Modal Alignment},
|
|
|
163 |
journal={arXiv preprint arXiv:2502.11079},
|
164 |
year={2025}
|
165 |
}
|
166 |
+
```
|
167 |
+
|
168 |
+
## :e-mail: Contact
|
169 |
+
If you have any comments or questions regarding this open-source project, please open a new issue or contact [Tianxiang Ma](https://tianxiangma.github.io/).
|