curl --location "https://randomseed.lol/v1/controlnet" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer $RANDOMSEED_API_KEY" \
--data '{
"controlnet": {
"prompt": "Beautiful landscape with fluffy clouds, HDR lighting, high dynamic range, vibrant colors",
"negative_prompt": "((deformed face)), ((disfigured)), ((bad art)), ((deformed)), (disfigured face and eyes:1.1)",
"width": "1028",
"height": "512",
"number_of_images": "4",
"steps": "20",
"cfg_scale": 8,
"sampler_name": "Euler a",
"model_name": "realistic_vision_v4",
"controlnet_args": [
{
"input_image": "...",
"module": null,
"model": "control_v1p_sd15_qrcode_monster"
}
],
"webhook": "...",
"track_id": 1,
"seed": "-1"
}
}'