Stable Image Ultra
开发中
POST
https://www.blueshirtmap.com/sd/v2beta/stable-image/generate/ultra
Try it out
How to use
Authorization
field. The body of the request must be multipart/form-data
. The Accept
header should be set to one of the following:image/*
to receive the image in the format specified by the output_format
parameter.application/json
to receive the image in the format specified by the output_format
parameter, but encoded to base64 in a JSON response.prompt
field, which should contain the text prompt for the image generation.Note: For the full list of optional parameters, please see the request schema below.
Output
Credits
请求参数
Header 参数
authorization
string
必需
content-Type
string
必需
示例值:
multipart/form-data
accept
string
必需
示例值:
Default: image/*,Enum: application/json image/*
Body 参数application/x-www-form-urlencoded
prompt
string
必需
(word:weight)
, where word
is the word you'd like to controlthe weight of and
weight
is a value between 0 and 1.The sky was a crisp (blue:0.3) and (green:0.8)
示例代码
返回响应
修改于 2024-08-14 17:04:22