Perform Alchemy Upscale on a LCM image

This endpoint will perform Alchemy Upscale on a LCM image

Body Params

Query parameters can also be provided in the request body as a JSON object

string
required

Image data used to generate image. In base64 format. Prefix: data:image/jpeg;base64,

string
required

The prompt used to generate images

number | null

How strongly the generation should reflect the prompt. Must be a float between 0.5 and 20.

number | null

Creativity strength of generation. Higher strength will deviate more from the original image supplied in imageDataUrl. Must be a float between 0.1 and 1.

string
string | null
enum

The style to generate LCM images with.

integer | null

The number of steps to use for the generation. Must be between 4 and 16.

integer | null
Defaults to 512

The output width of the image. Must be 512, 640 or 1024.

integer | null
Defaults to 512

The output width of the image. Must be 512, 640 or 1024.

integer | null

Apply a fixed seed to maintain consistency across generation sets. The maximum seed value is 2147483637 for Flux and 9999999998 for other models

boolean | null

Refine creative

number | null

Must be a float between 0.5 and 0.9.

Response

Language
Credentials
Bearer
auth-scheme
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json