Perform instant refine on a LCM imageAsk AIpost https://cloud.leonardo.ai/api/rest/v1/lcm-instant-refineThis endpoint will perform instant refine on a LCM imageBody ParamsQuery parameters can also be provided in the request body as a JSON objectimageDataUrlstringrequiredImage data used to generate image. In base64 format. Prefix: data:image/jpeg;base64,promptstringrequiredThe prompt used to generate imagesguidancenumber | nullHow strongly the generation should reflect the prompt. Must be a float between 0.5 and 20.strengthnumber | nullCreativity strength of generation. Higher strength will deviate more from the original image supplied in imageDataUrl. Must be a float between 0.1 and 1.requestTimestampstringstylestring | nullenumThe style to generate LCM images with.ANIMECINEMATICDIGITAL_ARTDYNAMICENVIRONMENTFANTASY_ARTILLUSTRATIONPHOTOGRAPHYRENDER_3DRAYTRACEDSKETCH_BWSKETCH_COLORVIBRANTNONEShow 14 enum valuesstepsinteger | nullThe number of steps to use for the generation. Must be between 4 and 16.widthinteger | nullDefaults to 512The output width of the image. Must be 512, 640 or 1024.heightinteger | nullDefaults to 512The output width of the image. Must be 512, 640 or 1024.seedinteger | nullApply a fixed seed to maintain consistency across generation sets. The maximum seed value is 2147483637 for Flux and 9999999998 for other modelsResponse 200Responses for POST /lcm-instant-refineUpdated 7 months ago