curl --request POST \
--url https://modelslab.com/api/v6/images/text2img \
--header 'Content-Type: application/json' \
--data '{
"key": "<string>",
"prompt": "<string>",
"negative_prompt": "<string>",
"width": 512,
"height": 512,
"samples": 1,
"num_inference_steps": 31,
"safety_checker": false,
"safety_checker_type": "sensitive_content_text",
"seed": 123,
"guidance_scale": 7.5,
"use_karras_sigmas": true,
"algorithm_type": "none",
"vae": "<string>",
"lora_strength": "<string>",
"lora_model": "<string>",
"clip_skip": 2,
"base64": false,
"temp": false,
"webhook": "<string>",
"track_id": "<string>",
"ip_adapter_id": "ip-adapter_sdxl",
"ip_adapter_scale": 0.5,
"ip_adapter_image": "<string>",
"scheduler": "DDPMScheduler",
"model_id": "<string>",
"multi_lingual": false,
"upscale": false,
"highres_fix": false
}'