Create LCM Generation

This endpoint will generate a LCM image generation.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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

Response

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