prompt
uid
{ "prompt": "string", "negative_prompt": "string", "model": "general", "output_w": 1024, "output_h": 1024, "seed": -1, "num_steps": 20, "guidance_scale": 7, "sampler": "k_euler_a", "negative_optimization": "easynegative", "notify_url": "string" }
curl --location --request POST 'https://open.nolibox.com/api/aigc/image/txt2img' \ --header 'Authorization: Basic xxxxxxxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "prompt": "string", "negative_prompt": "string", "model": "general", "output_w": 1024, "output_h": 1024, "seed": -1, "num_steps": 20, "guidance_scale": 7, "sampler": "k_euler_a", "negative_optimization": "easynegative", "notify_url": "string" }'
{ "code": 0, "msg": "string", "data": { "uid": "string" } }