{
"prompt": "一对中国夫妇",
"negative_prompt": "ugly, deformed, blurry",
"guidance_scale": 5,
"image_size": {
"width": 1024,
"height": 1024
}
}
curl --location --request POST 'https://api.302.ai/302/submit/kolors' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "一对中国夫妇",
"negative_prompt": "ugly, deformed, blurry",
"guidance_scale": 5,
"image_size": {
"width": 1024,
"height": 1024
}
}'
{"images":[{"url":"https://file.302.ai/gpt/imgs/b2bd0ba6bec4dce0d73b09aba88aacb7.png","content_type":"image/jpeg","file_size":0,"width":1024,"height":1024}],"seed":1107508994,"has_nsfw_concepts":[false],"debug_latents":null,"debug_per_pass_latents":null}