Generate Images Using Lucid Realism

The guide will recreate the following functionality in the Web UI via API.

Sample Request

curl --request POST \
     --url https://cloud.leonardo.ai/api/rest/v1/generations \
     --header 'accept: application/json' \
     --header 'authorization: <YOUR_API_KEY>' \
     --header 'content-type: application/json' \
     --data '
{
  "alchemy": false,
  "height": 1024,
  "modelId": "05ce0082-2d80-4a2d-8653-4d1c85e2418e",
  "num_images": 4,
  "styleUUID": "111dc692-d470-4eec-b791-3475abac4c46",
  "prompt": "a white cat holding a red balloon on a carousel",
  "width": 1024,
  "ultra": false
}
'

Sample Output


Leonardo Phoenix with the prompt "an orange cat standing on a blue basketball with the text PAWS"

Lucid Realism with the prompt "an orange cat playing with a snowball"

Required Parameters

  • modelId

    PresetModelmodelId
    Lucid RealismLucid Realism05ce0082-2d80-4a2d-8653-4d1c85e2418e
  • prompt - Text prompt to use for generation.

  • contrast

    ContrastValue
    Low3
    Medium3.5
    High4

    Accepts [1.0, 1.3, 1.8, 2.5, 3, 3.5, 4, 4.5].

Supported Parameters

  • enhancePrompt (Prompt Enhance)

    • Set to false for OFF.
    • Set to true for ON and not specify enhancePromptInstruction.
    • For Edit with AI, set to true and specify enhancePromptInstruction: "INSTRUCTION_AS_STRING".
  • height - Height input resolution.

  • num_images - Number of images.

  • styleUUID (Preset Style)

    Preset StyleUUID
    Bokeh9fdc5e8c-4d13-49b4-9ce6-5a74cbb19177
    Cinematica5632c7c-ddbb-4e2f-ba34-8456ab3ac436
    Cinematic Close-Upcc53f935-884c-40a0-b7eb-1f5c42821fb5
    Creative6fedbf1f-4a17-45ec-84fb-92fe524a29ef
    Dynamic111dc692-d470-4eec-b791-3475abac4c46
    Fashion594c4a08-a522-4e0e-b7ff-e4dac4b6b622
    Film85da2dcc-c373-464c-9a7a-5624359be859
    Foodd574325d-1278-4fe2-974b-768525f253c3
    HDR97c20e5c-1af6-4d42-b227-54d03d8f0727
    Long Exposure335e6010-a75c-45d9-afc5-032c65e9180e
    Macro30c1d34f-e3a9-479a-b56f-c018bbc9c02a
    Minimalistcadc8cd6-7838-4c99-b645-df76be8ba8d8
    Monochromea2f7ea66-959b-4bbe-b508-6133238b76b6
    Moody621e1c9a-6319-4bee-a12d-ae40659162fa
    Neutral0d914779-c822-430a-b976-30075033f1c4
    None556c1ee5-ec38-42e8-955a-1e82dad0ffa1
    Portrait8e2bc543-6ee2-45f9-bcd9-594b6ce84dcd
    Retro6105baa2-851b-446e-9db5-08a671a8c42f
    Stock Photo5bdc3f2a-1be6-4d1c-8e77-992a30824a2c
    Unprocessed62736842-6e4b-4028-b79a-4f1a1606e893
    Vibrantdee282d3-891f-4f73-ba02-7f8131e5541b
  • ultra (Generation Mode - Ultra) - Set to true to turn on ultra.

  • width - Width input resolution.

πŸ“˜

Note

If using the seedparameter, the maximum seed number is 2147483638.

Cost

Please refer to the apiCreditCost in the API response.