Face-to-many(人像照片风格化)
POST
/302/submit/face-to-many302.AI的API,来自于我们在云GPU上自己部署的模型。部分模型为开源模型,部分模型为我们自己微调或开发的。
可以将人像照片转化为3D, Emoji, Video game, Pixels, Clay 6种不同的风格。来自于:https://github.com/fofr/cog-face-to-many
平均运行时长10-30s
价格:0.05 PTC/次
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数multipart/form-data
image
file
Image
style
string
可选
支持6种风格:3D, Emoji, Video game, Pixels, Clay, Toy;默认:3D
示例值:
Video game
prompt
string
可选
关于图片的描述;默认:a person
示例值:
a person
negative_prompt
string
可选
不想要出现在图片里的元素
示例代码
返回响应
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": ""
}
最后修改时间: 5 个月前