Flux-General(高级自定义)
POST
/302/submit/flux-general302.AI的API,来自于我们在云GPU上自己部署的模型。部分模型为开源模型,部分模型为我们自己微调或开发的。
用于图片生成,可自定义Lora和Controlnets
平均运行时长10s
价格:0.01 PTC/次
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
prompt
string
必需
negative_prompt
string
必需
num_inference_steps
integer
必需
guidance_scale
number
必需
image_size
object
必需
width
integer
必需
height
integer
必需
loras
array [object {3}]
必需
path
string
可选
scale
integer
可选
force
boolean
可选
controlnets
array [object {3}]
必需
control_image_url
string
可选
path
string
可选
conditioning_scale
integer
可选
示例
{
"prompt": "Extreme close-up of a single tiger eye, direct frontal view. Detailed iris and pupil. Sharp focus on eye texture and color. Natural lighting to capture authentic eye shine and depth. The word \"FLUX\" is painted over it in big, white brush strokes with visible texture.",
"image_size": {
"width": 768,
"height": 1024
},
"num_inference_steps": 28,
"controlnets": [
{
"control_image_url": "https://xxxx",
"path": "https://xxxx",
"conditioning_scale": 1
}
],
"guidance_scale": 3.5,
"loras": [
{
"path": "https://xxxx",
"scale": 1
}
]
}
示例代码
返回响应
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": ""
}
最后修改时间: 25 天前