Image To Image

Image To Image

POST  /getImageToImage

Open in API Reference

Header Parameters

Authorization
string

Body Parameters

app_id
string
Additional properties:
-> Each model is uniquely characterized by its own app_id.
image
string
Additional properties:
-> The file_url parameter specifies the URL of an existing image that will be used as a reference for the generation process. -> If the original image dimensions exceed 1536x1536 pixels, the image will be adjusted to fit within this size while preserving the original aspect ratio.
prompt
string
Additional properties:
-> The prompt parameter is the textual input that guides the image generation process. This prompt serves as an artistic compass, shaping the visual output.

Default value:

a beautiful painting,
guidance_scale
number
Additional properties:
-> The guidance_scale parameter determines how closely the generated image adheres to the provided prompt. Higher values result in the model following the prompt more closely, while lower values allow for more creative deviation. -> The valid range for the guidance_scale parameter is between 1 and 30.

Default value:

7.5,

Maximum:

25,

Minimum:

2,
batch
number
Additional properties:
-> The batch parameter allows you to specify the number of images to generate at once. -> The valid range for this parameter is between 1 and 8.

Default value:

1,

Maximum:

4,

Minimum:

1,
strength
number
Additional properties:
-> The strength parameter specifies the degree of transformation applied to the reference image. -> A higher strength value (up to 1) results in the generated image deviating more from the initial reference image, as more noise is introduced. A strength of 1 completely disregards the initial image.

Default value:

0.7,

Maximum:

1,
0
height
number
Additional properties:
-> The height parameter represents the vertical dimension of an image. -> The valid range for the parameter is between 256 and 1536 pixels. -> This parameter is only applicable for the SDXL API, as it requires specific height and width values.

Default value:

1024,

Maximum:

1536,

Minimum:

512,

MultipleOf:

64,
width
number
Additional properties:
-> The width parameter represents the horizontal dimension of an image. -> The valid range for the parameter is between 256 and 1536 pixels. -> This parameter is only applicable for the SDXL API, as it requires specific height and width values.

Default value:

1024,

Maximum:

1536,

Minimum:

512,

MultipleOf:

64,
negative_prompt
string
Additional properties:
-> The negative_prompt parameter allows you to specify content that you want the image generation model to avoid or minimize in the output. This can be useful for excluding certain visual elements or styles that you do not want to be present in the generated image.
celery
boolean
inference_type
string
Additional properties:
-> The inference_type parameter allows you to specify the GPU to be used for the image generation task. The supported values are: a10g a100 h100 This parameter is only applicable for Qolaba-deployed models, including Turbo Vision, Qolaba Style, Cartoon, Realistic, and Anime Style. The different GPU options provide varying levels of performance and capabilities, allowing you to choose the most suitable GPU based on your requirements and the demand for the task.
POST

/getImageToImage

cURL
1 // Select a section to get started

Response

// Awaiting response...