Creative Upscale(创意图片放大)
POST
/sd/v2beta/stable-image/upscale/creative这个工具可以将从 64x64 到 1 百万像素之间的图像一键放大到 4K 分辨率。它的特点是在保持原有图像质量的基础上,将图像放大约 20-40 倍,有时还能提升图像质量。最适合处理质量受损严重的图像,不建议用于处理 1 百万像素及以上的照片,因为会进行大量的重新构想(根据创意比例进行控制)。
详细用法请参考官方文档:https://platform.stability.ai/docs/api-reference#tag/Upscale/paths/~1v2beta~1stable-image~1upscale~1creative/post
价格:0.5PTC/次
请求参数
Header 参数
Content-Type
string
必需
示例值:
multipart/form-data
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
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
可选
seed
string
可选
示例值:
0
creativity
number
可选
示例值:
0.3
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 6 个月前