Super-Upscale(超级图片放大)
POST
/302/submit/super-upscale302.AI的API,来自于我们在云GPU上自己部署的模型。部分模型为开源模型,部分模型为我们自己微调或开发的。
图片超级放大,和普通放大的区别是会通过AI对图片进行想象,来补充原来完全没有的细节,可以将非常低清的照片生成出非常高清的照片。效果类似:https://magnific.ai/
平均运行时长10-30s。
价格:0.1 PTC/次
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数multipart/form-data
image
file
Image
scale_factor
number
放大倍数;默认为2
示例值:
2
prompt
string
画面提示词
negative_prompt
string
可选
不希望出现在画面的提示词
dynamic
number
可选
HDR效果,数值3-9;默认为6
示例值:
6
creativity
number
可选
AI想象空间,0.3-0.9;默认为0.35
示例值:
0.35
resemblance
number
可选
与原图片的相似度,0.3-1.6;默认为0.6
示例值:
0.6
示例代码
返回响应
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": ""
}
最后修改时间: 4 个月前