{
"prompt": "",
"loras": [
{
"path": "111",
"scale": 1.2
}
],
"image_size": {
"width": 1024,
"height": 768
},
"num_inference_steps": 30,
"guidance_scale": 4,
"output_format": "png",
"negative_prompt": "blurry, ugly"
}
curl --location --request POST 'https://api.302.ai/302/submit/qwen-image-lora' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "",
"loras": [
{
"path": "111",
"scale": 1.2
}
],
"image_size": {
"width": 1024,
"height": 768
},
"num_inference_steps": 30,
"guidance_scale": 4,
"output_format": "png",
"negative_prompt": "blurry, ugly"
}'
{}