Fast Upscale(快速图片放大)
POST
/sd/v2beta/stable-image/upscale/fast我们的快速放大服务使用预测性和生成式AI将图像分辨率提高4倍。这种轻量级且快速的服务(处理时间约1秒)非常适合提升压缩图像的质量,使其适用于社交媒体帖子和其他应用。
https://platform.stability.ai/docs/api-reference#tag/Upscale/paths/~1v2beta~1stable-image~1upscale~1fast/post
价格:0.02PTC/次
请求参数
Header Params
Authorization
string
required
Example:
Bearer {{YOUR_API_KEY}}
Accept
string
optional
Example:
image/*
Body Params multipart/form-data
image
file
optional
Supported Formats: jpeg/png/webp
output_format
string
optional
Enum: jpeg png webp
示例代码
Responses
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 1 个月前