🐠Seedream-v5-pro全能图像@炮老师的小课堂
Text-to-image, edit, and transparent background from one relay node
- 🎭 图像1透明蒙版
- 🖼️ 图像1
- 🖼️ 图像2
- 🖼️ 图像3
- 🖼️ 图像4
- 🖼️ 图像5
- 🖼️ 图像6
- 🖼️ 图像7
- 🖼️ 图像8
- 🖼️ 图像9
- 🖼️ 图像10
- 🖼️ 图像/图层
- 🎭 透明蒙版
- 🔗 图片链接
- 📋 响应信息
Seedream is ByteDance's image model, and like everything ByteDance charges for, it's API-only - no weights, no local run, ever. DapaoSeedreamV5ProAllroundNode ("🐠Seedream-v5-pro全能图像@炮老师的小课堂") is a maintained, all-round wrapper: text-to-image, image-to-image, multi-image editing, and transparent-background output, all through the author's dapaoAI relay. It's one of the "主力维护" (primary maintenance) nodes, which in this pack means it gets the author's attention and the relay is first-party rather than a random reseller.
How it behaves
The core trick of the "allround" design is auto-mode-switching: leave the 🖼️ 参考图 sockets empty and it's a text-to-image call; plug in any reference image and it automatically becomes image-to-image/editing. Up to 10 reference images are supported.
The settings that matter:
- 📐 图片比例 - nine choices including 模型智能选择 (let the model decide).
- 🧩 清晰度 - 1K / 1.5K / 2K.
- 🧠 提示词优化 - 关闭 / 标准模式 / 快速模式. On by default; turn it off when you have an exact prompt you don't want touched.
- 📦 输出格式 - JPEG or PNG. 🏷️ 添加水印 is off by default.
- 🖼️ 出图数量 - 1 to 10, but here's the important bit: the official API only returns one image per request, so the node fires multiple independent requests. Each one is a separate paid call. The ⚡ 多图并发 toggle (default on) runs up to 4 of them in parallel. Yes, that means 10 images = 10 charges; the tooltip says it because people miss it.
The 🍬 透明背景 toggle is the standout feature. When on, the node outputs a transparent PNG. Two gotchas baked into the schema: the official model only supports a single reference image with an alpha channel for transparency, and you'll want to connect a matching MASK (图像1透明蒙版) if you're doing transparent-bg compositing.
🎲 随机种 deserves a callout: Seedream 5.0 Pro has no seed parameter at all, so this value only controls ComfyUI's cache/re-run behavior. Don't hunt for "the seed that worked" - it isn't being sent.
Outputs
🖼️ 图像/图层 (IMAGE), 🎭 透明蒙版 (MASK), 🔗 图片链接 (STRING - the relay URL), 📋 响应信息. Wire the IMAGE into a preview/save node; the MASK only matters for transparent-bg work.
Install and the fine print
cd ComfyUI/custom_nodes/
git clone https://github.com/paolaoshi/ComfyUI-dapaoAPI.git
cd ComfyUI-dapaoAPI
pip install -r requirements.txt
Restart, then a dapaoAI API key (register at api.dapaoai.com, buy a redeem code in the wallet, mint a key). No models download.
Honest take: this node is good at what it does, and Seedream 5.0 Pro genuinely produces some of the best text rendering in Chinese visual work - that's the selling point. But remember the frame: it's a cloud call per image, your prompts and references go to a relay you don't control, and the relay sits between you and ByteDance's moderation, so anything the model refuses, the node refuses. For a 2K Chinese-poster or a transparent-layer asset, it's worth a paid call. For bulk experimentation, it'll drain a wallet fast - that's what the local ecosystem is for.
Inputs (27)
| Name | Type | Default | Description |
|---|---|---|---|
| 🔑 API密钥 | STRING | 密钥只用于请求 https://api.dapaoai.com,不会写入配置文件。 | |
| 🤖 模型 | COMBO | seedream-v5-pro | 1 options: seedream-v5-pro |
| 📝 提示词 | STRING | 一张信息清晰、文字准确、构图专业的中文商业视觉海报 | 描述需要生成或编辑的图像内容。 |
| 📐 图片比例 | COMBO | 1:1 | 9 options: 模型智能选择, 1:1, 4:3, 3:4, 16:9, 9:16, +3 |
| 🧩 清晰度 | COMBO | 2K | 3 options: 1K, 1.5K, 2K |
| 🧠 提示词优化 | COMBO | 标准模式 | 3 options: 关闭, 标准模式, 快速模式 |
| 📦 输出格式 | COMBO | JPEG | 2 options: JPEG, PNG |
| 📨 返回方式 | COMBO | URL链接 | 2 options: URL链接, Base64 |
| 🏷️ 添加水印 | BOOLEAN | false | — |
| 🫧 透明背景 | BOOLEAN | false | 官方仅支持单张带透明通道的参考图,启用后输出固定为 PNG。 |
| 🖼️ 出图数量 | INT | 11–10 | 官方单次只生成1张;大于1时节点发起多个独立请求。 |
| ⚡ 多图并发 | BOOLEAN | true | 多张输出使用最多4路并发;每路都是独立付费请求。 |
| 🎲 随机种 | INT | 00–18446744073709550000 | Seedream 5.0 Pro 官方没有 seed 参数;此值只控制 ComfyUI 缓存。 |
| 🎭 图像1透明蒙版opt | MASK | 仅透明背景模式需要;请连接与图像1配套的 ComfyUI 透明蒙版。 | |
| 🔁 最大轮询秒数opt | INT | 120060–3600 | — |
| ⏱️ 轮询间隔opt | INT | 53–30 | — |
| ⌛ 请求超时opt | INT | 90030–1800 | — |
| 🖼️ 图像1opt | IMAGE | 接入任意参考图后自动切换为图生图,官方最多支持10张。 | |
| 🖼️ 图像2opt | IMAGE | 接入任意参考图后自动切换为图生图,官方最多支持10张。 | |
| 🖼️ 图像3opt | IMAGE | 接入任意参考图后自动切换为图生图,官方最多支持10张。 | |
| 🖼️ 图像4opt | IMAGE | 接入任意参考图后自动切换为图生图,官方最多支持10张。 | |
| 🖼️ 图像5opt | IMAGE | 接入任意参考图后自动切换为图生图,官方最多支持10张。 | |
| 🖼️ 图像6opt | IMAGE | 接入任意参考图后自动切换为图生图,官方最多支持10张。 | |
| 🖼️ 图像7opt | IMAGE | 接入任意参考图后自动切换为图生图,官方最多支持10张。 | |
| 🖼️ 图像8opt | IMAGE | 接入任意参考图后自动切换为图生图,官方最多支持10张。 | |
| 🖼️ 图像9opt | IMAGE | 接入任意参考图后自动切换为图生图,官方最多支持10张。 | |
| 🖼️ 图像10opt | IMAGE | 接入任意参考图后自动切换为图生图,官方最多支持10张。 |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| 🖼️ 图像/图层 | IMAGE | — |
| 🎭 透明蒙版 | MASK | — |
| 🔗 图片链接 | STRING | — |
| 📋 响应信息 | STRING | — |