{
"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"
}'
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}