← All models
Ideogram V4.0q Tiling LoRA produces seamless repeatable patterns guided by a custom-trained LoRA, locking a specific aesthetic or motif into tileable textures for cohesive, large-scale surface design.
images
Details
- Accepts
- image
Pricing
- Price
- 5.63 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed to use for generation. If not provided, a random seed will be used. |
| loras | array | List of LoRA weights to apply (maximum 3). |
| promptrequired | string | The prompt to generate an image from. |
| mask_url | — | Optional URL of a mask image for inpainting tiling. White regions are regenerated, black regions are preserved. Requires `image_url`. |
| strength | number | How much to transform the input image. Only used when `image_url` is provided. |
| image_url | — | Optional URL of an image. When provided without `mask_url`, performs image-to-image tiling; with `mask_url`, performs inpainting tiling. |
| sync_mode | boolean | If `True`, the image is returned as a data URI and is not stored. |
| image_size | — | The resolution of the generated seamlessly tileable image. |
| num_images | integer | Number of images to generate. |
| tiling_mode | stringenum: both, horizontal, vertical | Tiling direction: 'both' (omnidirectional), 'horizontal' (left-right only), or 'vertical' (top-bottom only). |
| acceleration | stringenum: none, low, regular, high | The acceleration level to use for the image generation. |
| output_format | stringenum: jpeg, png | The format of the generated image. |
| expansion_model | stringenum: None, Medium, Large | Which 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_speed | stringenum: TURBO, BALANCED, QUALITY | The rendering speed to use. Faster speeds use fewer denoising steps. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked. |
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 images. |
| prompt | string | The prompt used for generating the image. |
| timings | object | |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |