infery
← All models

Ideogram V4.0q Tiling

v4-tiling

Image editby Ideogram

Ideogram V4.0q Tiling generates seamless, edge-matching textures and patterns that repeat infinitely in any direction, ideal for backgrounds, surfaces, and wallpapers.

images

Details

Accepts
image

Pricing

Price
5 cr / image

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedThe seed to use for generation. If not provided, a random seed will be used.
promptrequiredstringThe prompt to generate an image from.
mask_urlOptional URL of a mask image for inpainting tiling. White regions are regenerated, black regions are preserved. Requires `image_url`.
strengthnumberHow much to transform the input image. Only used when `image_url` is provided.
image_urlOptional URL of an image. When provided without `mask_url`, performs image-to-image tiling; with `mask_url`, performs inpainting tiling.
sync_modebooleanIf `True`, the image is returned as a data URI and is not stored.
image_sizeThe resolution of the generated seamlessly tileable image.
num_imagesintegerNumber of images to generate.
tiling_modestringenum: both, horizontal, verticalTiling direction: 'both' (omnidirectional), 'horizontal' (left-right only), or 'vertical' (top-bottom only).
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. Disabling it requires account authorization; unauthorized requests are always checked.

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.