Flux-Realism(超真实Lora)
POST
/302/submit/flux-realism前Stability.ai成员创建的black forest labs公司,用于图片生成,来自于:https://blackforestlabs.ai/
加入了超真实Lora,具体可看:https://36kr.com/p/2900175547783815
平均运行时长5-10s
价格:0.05 PTC/次
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
prompt
string
必需
image_size
object
可选
width
integer
必需
height
integer
必需
num_inference_steps
integer
可选
guidance_scale
number
可选
示例
{
"prompt": "a woman speaking onstage from google,white background with corporate logos blurred out, tech conference",
"image_size": {
"width": 1024,
"height": 768
},
"num_inference_steps": 28,
"guidance_scale": 3.5
}
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
completed_at
string
必需
created_at
string
必需
error
string
必需
id
string
必需
model
string
必需
output
string
必需
started_at
string
必需
status
string
必需
示例
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}
最后修改时间: 2 个月前