使用 ByteDance Seedream 5 Pro Layer Decomposition 将复杂图像分解为整洁、可编辑的多图层素材。免费试用——按次生成付费。
关于此模型
ByteDance Seedream 5 Pro Layer Decomposition 是一款先进的 AI 模型,旨在将栅格图像拆分为独立且高质量的组件图层。它会将前景对象、文字元素、主体特征和背景纹理分离为单独的 PNG 文件,让平面设计师、数字艺术家和自动化视觉工作流无需手动抠图,即可独立编辑、重新定位或重新设计图像元素。
成本分析
| 提供商 | 费用 | 备注 |
|---|---|---|
| muapiapp | $0.045 每次生成 (auto/1K/1.5K), $0.09 (2K) | 快速异步处理,并即时提供 S3 图层托管。 |
| Fal.ai | 暂不可用 | Fal.ai currently 不提供 the Seedream 5 Pro layer decomposition endpoint. |
| Replicate | 暂不可用 | Replicate currently 不提供 the Seedream 5 Pro layer decomposition endpoint. |
快速异步处理,并即时提供 S3 图层托管。
Fal.ai currently 不提供 the Seedream 5 Pro layer decomposition endpoint.
Replicate currently 不提供 the Seedream 5 Pro layer decomposition endpoint.
** 竞品价格根据相似模型架构和使用层级估算。
配置参数
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
| 提示词 | string | 可选的 text description of layer decomposition rules or elements to extract. | Split the content in the image into 4 layers by combining text and subject elements. |
| 图像 URL | string | 上传或提供源图像 URL,以拆解为独立的图层组件。 | https://static.aiquickdraw.com/tools/example/1786019968051_cKRYLHHu.png |
| 分辨率 | 枚举(4 个选项) | 目标图像分辨率级别。 | auto |
| 输出格式 | 枚举(2 个选项) | File format of 生成的图像 layers. | png |
可选的 text description of layer decomposition rules or elements to extract.
Split the content in the image into 4 layers by combining text and subject elements.上传或提供源图像 URL,以拆解为独立的图层组件。
https://static.aiquickdraw.com/tools/example/1786019968051_cKRYLHHu.png目标图像分辨率级别。
autoFile format of 生成的图像 layers.
png开发者文档
上传源图像:提供包含你希望分解的视觉元素或复合场景的输入图像 URL。
配置分解规则(可选):提供提示词,指定图层隔离标准、文字边界框或目标元素拆分方式。
选择尺寸和格式:选择输出分辨率级别(auto、1K、1.5K、2K)和输出图像格式(png 或 jpeg)。
curl -X POST "https://api.muapi.ai/api/v1/bytedance-seedream-5.0-pro-layer" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image_url": "https://static.aiquickdraw.com/tools/example/1786019968051_cKRYLHHu.png",
"prompt": "Split the content in the image into separate background and text layers",
"resolution": "auto",
"output_format": "png"
}'
常见问答
ByteDance Seedream 5 Pro Layer Decomposition 会分析单张复合图像,将其中的视觉组件(例如文字、前景主体和背景元素)分离为整洁、独立的图像图层。
你可以请求以透明 PNG 或 JPEG 格式输出图层,通过 output_format 参数指定。
该模型支持 auto、1K、1.5K 和 2K 分辨率级别,用于生成高清输出图层。
不需要,提示词是可选的。省略提示词时,Seedream 5 Pro 会根据显著的视觉层次和对象边界自动分解图像。
API 会在 output 负载下返回一个图像 URL 数组,其中每一项代表一个已隔离的图层。