Super-Upscale-V2(超级图片放大V2)
POST
/302/submit/super-upscale-v2302.AI的API,来自于我们在云GPU上自己部署的模型。部分模型为开源模型,部分模型为我们自己微调或开发的。
图片超级放大,和普通放大的区别是会通过AI对图片进行想象,来补充原来完全没有的细节,可以将非常低清的照片生成出非常高清的照片。效果类似:https://magnific.ai/
平均运行时长10-30s。
价格:0.1 PTC/次
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
model_type
string
必需
image_url
string
必需
scale
integer
必需
creativity
number
必需
detail
integer
必需
shape_preservation
number
必需
prompt_suffix
string
必需
negative_prompt
string
必需
guidance_scale
number
必需
num_inference_steps
integer
必需
override_size_limits
boolean
必需
示例
{
"model_type": "SDXL",
"image_url": "",
"scale": 3,
"creativity": 0.2,
"detail": 2,
"shape_preservation": 0.1,
"prompt_suffix": " high quality, highly detailed, high resolution, sharp",
"negative_prompt": "blurry, low resolution, bad, ugly, low quality, pixelated, interpolated, compression artifacts, noisey, grainy",
"guidance_scale": 7.5,
"num_inference_steps": 20,
"override_size_limits": true
}
示例代码
返回响应
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": ""
}
最后修改时间: 3 个月前