{
"prompt": "photo of a rhino dressed suit and tie sitting at a table in a bar with a bar stools, award winning photography, Elke vogelsang",
"negative_prompt": "cartoon, illustration, animation. face. male, female",
"num_inference_steps": 25,
"guidance_scale": 7.5,
"loras": [
{
"path": "https://xxx",
"scale": 0.9,
"force": true
}
],
"embeddings": [
{
"path": "https://xxx"
}
],
"format": "jpeg"
}curl --location --request POST 'https://api.302.ai/302/submit/sdxl-lora' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "photo of a rhino dressed suit and tie sitting at a table in a bar with a bar stools, award winning photography, Elke vogelsang",
"negative_prompt": "cartoon, illustration, animation. face. male, female",
"num_inference_steps": 25,
"guidance_scale": 7.5,
"loras": [
{
"path": "https://xxx",
"scale": 0.9,
"force": true
}
],
"embeddings": [
{
"path": "https://xxx"
}
],
"format": "jpeg"
}'{
"images": [
{
"url": "https://file.302.ai/gpt/imgs/20260112/5b229d6f01b4a3fb5d0c348475a590cf.jpg",
"content_type": "image/jpeg",
"file_size": 0,
"width": 1024,
"height": 1024
}
],
"seed": 0,
"has_nsfw_concepts": [
false
],
"debug_latents": null,
"debug_per_pass_latents": null
}