使用 ByteDance Seedream 5 Pro Layer Decomposition 将复杂图像分解为整洁、可编辑的多图层素材。免费试用——按次生成付费。
About this model
ByteDance Seedream 5 Pro Layer Decomposition 是一款先进的 AI 模型,旨在将栅格图像拆分为独立且高质量的组件图层。它会将前景对象、文字元素、主体特征和背景纹理分离为单独的 PNG 文件,让平面设计师、数字艺术家和自动化视觉工作流无需手动抠图,即可独立编辑、重新定位或重新设计图像元素。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.045 per generation (auto/1K/1.5K), $0.09 (2K) | 快速异步处理,并即时提供 S3 图层托管。 |
| Fal.ai | उपलब्ध नहीं | Fal.ai currently does not offer the Seedream 5 Pro layer decomposition endpoint. |
| Replicate | उपलब्ध नहीं | Replicate currently does not offer the Seedream 5 Pro layer decomposition endpoint. |
快速异步处理,并即时提供 S3 图层托管。
Fal.ai currently does not offer the Seedream 5 Pro layer decomposition endpoint.
Replicate currently does not offer the Seedream 5 Pro layer decomposition endpoint.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| प्रॉम्प्ट | string | Optional 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 |
| रिज़ॉल्यूशन | Enum (4 options) | 目标इमेजरिज़ॉल्यूशन级别。 | auto |
| 输出प्रारूप (Format) | Enum (2 options) | File format of generated image layers. | png |
Optional 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 generated image layers.
pngDeveloper documentation
上传源图像:提供包含你希望分解的视觉元素或复合场景的इनपुट图像 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"
}'
Frequently asked
ByteDance Seedream 5 Pro Layer Decomposition 会分析单张复合图像,将其中的视觉组件(例如文字、前景主体和背景元素)分离为整洁、独立的图像图层。
你可以请求以透明 PNG 或 JPEG 格式आउटपुट图层,通过 output_format 参数指定。
该模型支持 auto、1K、1.5K 和 2K 分辨率级别,用于生成高清आउटपुट图层。
不需要,प्रॉम्प्ट是可选的。省略प्रॉम्प्ट时,Seedream 5 Pro 会根据显著的视觉层次和对象边界自动分解图像。
API 会在 output 负载下返回一个图像 URL 数组,其中每一项代表一个已隔离的图层。