超分辨率
开发环境
开发环境
POST
https://stablediffusionapi.com/api/v1/enterprise/super_resolution
url
。POST
向 https://stablediffusionapi.com/api/v1/enterprise/super_resolution 接口发送请求以返回初始图像的放大版本。型号编号 | 描述 |
---|---|
RealESRGAN_x4plus | 4 倍放大模型 |
RealESRNet_x4plus | 4 倍放大模型 |
RealESRGAN_x4plus_anime_6B | 4x 动漫放大模型 |
RealESRGAN_x2plus | 2x 放大模型 |
realesr-一般-x4v3 | 4倍升级通用模型 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://stablediffusionapi.com/api/v1/enterprise/super_resolution?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues' \
--data-raw '{
"key": "enterprise_api_key",
"url": "https://pub-8b49af329fae499aa563997f5d4068a4.r2.dev/generations/e5cd86d3-7305-47fc-82c1-7d1a3b130fa4-0.png",
"scale": 3,
"webhook": null,
"face_enhance": true
}'
响应示例响应示例
{
"status": "string",
"generationTime": 0,
"id": 0,
"output": "string"
}
请求参数
Body 参数application/json
返回响应
修改于 2023-10-30 07:52:04