Infery.ai
← All models

Ideogram V4.0q Image to Image

v4

Image generationby ideogram

Ideogram V4.0q Image-to-Image transforms an input image with a text prompt, restyling and reworking the composition while preserving its core structure for prompt-faithful, high-fidelity edits.

images

Data schema

Input

FieldTypeDescription
nintegerNumber of outputs.
seedThe seed to use for generation. If not provided, a random seed will be used.
promptrequiredstringThe prompt to generate an image from.
sync_modebooleanIf `True`, the image is returned as a data URI and is not stored.
image_sizeThe resolution of the generated image.
num_imagesintegerNumber of images to generate.
accelerationstringenum: none, low, regular, highThe acceleration level to use for the image generation.
output_formatstringenum: jpeg, pngThe format of the generated image.
expansion_modelstringenum: None, Medium, LargeWhich model expands the prompt. 'None' disables prompt expansion and skips its fee; 'Medium' is fast; 'Large' uses Ideogram's Magic Prompt for the highest quality.
rendering_speedstringenum: TURBO, BALANCED, QUALITYThe rendering speed to use. Faster speeds use fewer denoising steps.
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled.

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