← All models
OmniGen is a unified image generation model that can generate a wide range of images from multi-modal prompts. It can be used for various tasks such as Image Editing, Personalized Image Generation, Virtual Try-On, Multi Person Generation and more!
images
Details
- Accepts
- text + image
Pricing
- Price
- 18.75 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The same seed and the same prompt given to the same version of the model will output the same image every time. |
| promptrequired | string | The prompt to generate or edit an image. Use specific language like 'Add the bird from image 1 to the desk in image 2' for better results. |
| scheduler | stringenum: euler, dpmsolver | The scheduler to use for the diffusion process. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| image_size | — | The size of the generated image. |
| num_images | integer | The number of images to generate. |
| cfg_range_end | number | CFG range end value. |
| output_format | stringenum: jpeg, png | The format of the generated image. |
| cfg_range_start | number | CFG range start value. |
| negative_prompt | string | Negative prompt to guide what should not be in the image. |
| input_image_urls | array | URLs of input images to use for image editing or multi-image generation. Support up to 3 images. |
| num_inference_steps | integer | The number of inference steps to perform. |
| text_guidance_scale | number | The Text Guidance scale controls how closely the model follows the text prompt. Higher values make the model stick more closely to the prompt. |
| image_guidance_scale | number | The Image Guidance scale controls how closely the model follows the input images. For image editing: 1.3-2.0, for in-context generation: 2.0-3.0 |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked, and images flagged as unsafe are returned as black images. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed. |
| images | array | The generated image files info. |
| prompt | string | The prompt used for generating the image. |
| timings | object | |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |