Image to Image
For more detailed information on the available image-to-image models, please refer to Image to Image section.
Image to Image API
POST
/getImagetoImage
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
app_id | string | -> Each model is uniquely characterized by its own |
image | string | -> The -> 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 | -> The |
guidance_scale | float | -> The -> The valid range for the |
batch | int | -> The -> The valid range for this parameter is between 1 and 8. |
strength | float | -> The -> A higher |
height | int | -> The -> 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 |
width | int | -> The -> 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 |
negative_prompt | string | -> The |
celery | bool | -> The |
inference_type | string | -> The
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. |
APP ids for different Image to Image styles
App ID | Model Name | Height and Width Constraints |
---|---|---|
ap-Jf2aKs8dPqXzRb1Yv6hN7L | Turbo Vision | The |
ap-vcbg1l7bBuScbDuUOk3Shl | Qolaba Style | The |
ap-Rgtph3LFS9rRT5X7XREazo | Cartoon Style | The |
ap-nM68b4WwQ6VzdNwwXBrOHE | Realistic Style | The |
ap-Zj2zfXKq52zvpib7jGqYFp | Anime Style | The |
ap-eRSyl0imzrUrbvgdAYwDTl | SDXL Style | The SDXL API supports the following combinations of
Please ensure that the values you provide for |
ap-F7gH2jPzV5xQ8eT3kLb9Yn | SDXL3 Style | The |
Response
Run the API
To test this API, please use the following link:
Last updated