Add pipeline tag, link to paper
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: text-to-image
|
4 |
+
tags:
|
5 |
+
- image-to-image
|
6 |
+
---
|
7 |
+
|
8 |
+
This repository contains the model of the paper [OmniGen: Unified Image Generation](https://huggingface.co/papers/2409.11340).
|
9 |
+
|
10 |
+
## OmniGen
|
11 |
+
|
12 |
+
OmniGen is a unified image generation model that you can use to perform various tasks, including but not limited to text-to-image generation,
|
13 |
+
subject-driven generation, Identity-Preserving Generation, image editing, and image-conditioned generation.
|
14 |
+
OmniGen don't need additional plugins or operations, it can automatically identify the features (e.g., required object, human pose, depth mapping)
|
15 |
+
in input images according the text prompt.
|
16 |
+
|
17 |
+
Code: https://github.com/VectorSpaceLab/OmniGen
|