Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
Github Repo: https://github.com/VectorSpaceLab/OmniGen
|
| 6 |
+
|
| 7 |
+
This is an early version of OmniGen, which we further fine-tuned to obtain OmniGen-v1. The test results in the first version of our paper are based on this model.
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
## Citation
|
| 11 |
+
If you find this repository useful, please consider giving a star ⭐ and citation
|
| 12 |
+
```
|
| 13 |
+
@article{xiao2024omnigen,
|
| 14 |
+
title={Omnigen: Unified image generation},
|
| 15 |
+
author={Xiao, Shitao and Wang, Yueze and Zhou, Junjie and Yuan, Huaying and Xing, Xingrun and Yan, Ruiran and Wang, Shuting and Huang, Tiejun and Liu, Zheng},
|
| 16 |
+
journal={arXiv preprint arXiv:2409.11340},
|
| 17 |
+
year={2024}
|
| 18 |
+
}
|