curl --location --request POST 'https://api.302.ai/ws/api/v3/wavespeed-ai/flux-dev-lora' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_base64_output": false,
"enable_sync_mode": false,
"guidance_scale": 3.5,
"image": "",
"loras": [
{
"path": "strangerzonehf/Flux-Super-Realism-LoRA",
"scale": 1
}
],
"num_images": 1,
"num_inference_steps": 28,
"output_format": "jpeg",
"prompt": "Super Realism, Woman in a red jacket, snowy, in the style of hyper-realistic portraiture, caninecore, mountainous vistas, timeless beauty, palewave, iconic, distinctive noses --ar 72:101 --stylize 750 --v 6",
"seed": -1,
"size": "1024*1024",
"strength": 0.8
}'