infery
← All models

Omnigen V2

omnigen-v2

Image generationby Omnigen V2

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

FieldTypeDescription
seed The same seed and the same prompt given to the same version of the model will output the same image every time.
promptrequiredstringThe 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.
schedulerstringenum: euler, dpmsolverThe scheduler to use for the diffusion process.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
image_sizeThe size of the generated image.
num_imagesintegerThe number of images to generate.
cfg_range_endnumberCFG range end value.
output_formatstringenum: jpeg, pngThe format of the generated image.
cfg_range_startnumberCFG range start value.
negative_promptstringNegative prompt to guide what should not be in the image.
input_image_urlsarrayURLs of input images to use for image editing or multi-image generation. Support up to 3 images.
num_inference_stepsintegerThe number of inference steps to perform.
text_guidance_scalenumber 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_scalenumber 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_checkerbooleanIf 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

FieldTypeDescription
seedinteger 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.
imagesarrayThe generated image files info.
promptstringThe prompt used for generating the image.
timingsobject
has_nsfw_conceptsarrayWhether the generated images contain NSFW concepts.