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