update
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- qihoo-t2x
|
7 |
+
- video-generation
|
8 |
+
- text-to-video
|
9 |
---
|
10 |
+
# Qihoo-T2X
|
11 |
+
This is the official reproduction of [Qihoo-T2X](https://360cvgroup.github.io/Qihoo-T2X/), which represents a groundbreaking DiT architecture paradigm designed for Text-to-Any tasks.
|
12 |
+
|
13 |
+
**[QIHOO-T2X: AN EFFICIENT PROXY-TOKENIZED DIFFUSION TRANSFORMER FOR TEXT-TO-ANY-TASK](https://arxiv.org/pdf/2409.04005)**
|
14 |
+
</br>
|
15 |
+
Jing Wang*, Ao Ma*, Jiasong Feng*, Dawei Leng†‡, Yuhui Yin, Xiaodan Liang‡(*Equal Contribution, †Project Lead, ‡Corresponding Authors)
|
16 |
+
</br>
|
17 |
+
|
18 |
+
## We Are Hiring
|
19 |
+
We are seeking academic interns in the AIGC field. If interested, please send your resume to [maao@360.cn](mailto:maao@360.cn).
|
20 |
+
|
21 |
+
## BibTeX
|
22 |
+
```
|
23 |
+
@article{wang2024qihoo,
|
24 |
+
title={Qihoo-T2X: An Efficient Proxy-Tokenized Diffusion Transformer for Text-to-Any-Task},
|
25 |
+
author={Wang, Jing and Ma, Ao and Feng, Jiasong and Leng, Dawei and Yin, Yuhui and Liang, Xiaodan},
|
26 |
+
journal={arXiv preprint arXiv:2409.04005},
|
27 |
+
year={2024}
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|
31 |
+
## License
|
32 |
+
This project is licensed under the [Apache License (Version 2.0)](https://github.com/modelscope/modelscope/blob/master/LICENSE).
|