Conservative Upscale(保守图片放大)
POST
/sd/v2beta/stable-image/upscale/conservative将图像从64x64像素到1百万像素之间放大到4K分辨率。更广泛地说,它可以将图像缩放约20-40倍,同时保持所有方面的细节。保守放大尽量减少对图像的改变,不应用于重新想象图像。
详细用法请参考官方文档:https://platform.stability.ai/docs/api-reference#tag/Upscale/paths/~1v2beta~1stable-image~1upscale~1conservative/post
价格:0.5PTC/次
请求参数
Header 参数
Content-Type
string
必需
示例值:
multipart/form-data
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Accept
string
可选
示例值:
image/*
Body 参数multipart/form-data
image
file
必需
The image you wish to upscale.
prompt
string
必需
What you wish to see in the output image. A strong, descriptive prompt that clearly defines elements, colors, and subjects will lead to better results.
negative_prompt
string
可选
creativity
number
可选
Controls the likelihood of creating additional details not heavily conditioned by the init image.
示例值:
0.35
seed
number
可选
示例值:
0
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 6 个月前