{
  "model_name": "stabilityai/stable-diffusion-xl-base-1.0",
  "prompt": "Photo of a european medieval 40 year old queen, silver hair, highly detailed face, detailed eyes, head shot, intricate crown, age spots, wrinkles",
  "negative_prompt": "cartoon, painting, illustration, worst quality, low quality, normal quality",
  "prompt_weighting": true,
  "loras": [
    {
      "path": "https://xxx",
      "scale": 0.9,
      "force": true
    }
  ],
  "embeddings": [
    {
      "path": "https://xxx"
    }
  ],
  "controlnets": [],
  "ip_adapter": [],
  "image_encoder_weight_name": "pytorch_model.bin",
  "image_size": "square_hd",
  "guidance_scale": 7.5,
  "image_format": "jpeg",
}
curl --location --request POST 'https://api.302.ai/302/submit/lora' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
  "model_name": "stabilityai/stable-diffusion-xl-base-1.0",
  "prompt": "Photo of a european medieval 40 year old queen, silver hair, highly detailed face, detailed eyes, head shot, intricate crown, age spots, wrinkles",
  "negative_prompt": "cartoon, painting, illustration, worst quality, low quality, normal quality",
  "prompt_weighting": true,
  "loras": [
    {
      "path": "https://xxx",
      "scale": 0.9,
      "force": true
    }
  ],
  "embeddings": [
    {
      "path": "https://xxx"
    }
  ],
  "controlnets": [],
  "ip_adapter": [],
  "image_encoder_weight_name": "pytorch_model.bin",
  "image_size": "square_hd",
  "guidance_scale": 7.5,
  "image_format": "jpeg",
}'{
    "completed_at": "",
    "created_at": "",
    "error": "",
    "id": "",
    "model": "",
    "output": "",
    "started_at": "",
    "status": ""
}