{"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"}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/302/submit/sdxl-lora' \
--header'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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"
}'