predictions 生图
POST
{{BASE_URL}}/replicate/v1/predictions最后修改时间: 4 个月前
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer $API_TOKEN
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
version
string
必需
input
object
必需
seed
integer
必需
image
string
必需
steps
integer
必需
prompt
string
必需
cfg_scale
integer
必需
scheduler
string
必需
sampler_name
string
必需
negative_prompt
string
必需
denoising_strength
number
必需
outpaint_direction
string
必需
overlay_original_img
boolean
必需
示例
{
"version": "e68b0ec017719fc2c7455d2333183e1016312353c250981a23d04a20970b6824",
"input": {
"seed": -1,
"image": "https://replicate.delivery/pbxt/JpW6XxuKSKl3vCu90filzUhQTebYgXx5aYi7BV0KPe9J9lkQ/2CF9C0B0-8736-4129-A82E-563578D2E4CC.jpeg",
"steps": 25,
"prompt": "RAW photo, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3, ancient buildings",
"cfg_scale": 7,
"scheduler": "Karras",
"sampler_name": "DPM++ SDE",
"negative_prompt": "(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, mutated hands and fingers:1.4), (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation",
"denoising_strength": 0.75,
"outpaint_direction": "only width",
"overlay_original_img": false
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 4 个月前