Nodes/ComfyUI-dapaoAPI/🐠Seedream-v5-pro全能图像@炮老师的小课堂
ComfyUI Node

🐠Seedream-v5-pro全能图像@炮老师的小课堂

Text-to-image, edit, and transparent background from one relay node

By paolaoshi·Created 10 months ago·Updated a day ago· 217
🐠Seedream-v5-pro全能图像@炮老师的小课堂
  • 🎭 图像1透明蒙版
  • 🖼️ 图像1
  • 🖼️ 图像2
  • 🖼️ 图像3
  • 🖼️ 图像4
  • 🖼️ 图像5
  • 🖼️ 图像6
  • 🖼️ 图像7
  • 🖼️ 图像8
  • 🖼️ 图像9
  • 🖼️ 图像10
  • 🖼️ 图像/图层
  • 🎭 透明蒙版
  • 🔗 图片链接
  • 📋 响应信息
🔑 API密钥
🤖 模型seedream-v5-pro
📝 提示词一张信息清晰、文字准确、构图专业的中文商业视觉海报
📐 图片比例1:1
🧩 清晰度2K
🧠 提示词优化标准模式
📦 输出格式JPEG
📨 返回方式URL链接
🏷️ 添加水印false
🫧 透明背景false
🖼️ 出图数量1
⚡ 多图并发true
🎲 随机种0
🔁 最大轮询秒数1200
⏱️ 轮询间隔5
⌛ 请求超时900

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.

Category🤖dapaoAPI/🍬大炮AI主力维护🍬

Inputs (27)

NameTypeDefaultDescription
🔑 API密钥STRING密钥只用于请求 https://api.dapaoai.com,不会写入配置文件。
🤖 模型COMBOseedream-v5-pro1 options: seedream-v5-pro
📝 提示词STRING一张信息清晰、文字准确、构图专业的中文商业视觉海报描述需要生成或编辑的图像内容。
📐 图片比例COMBO1:19 options: 模型智能选择, 1:1, 4:3, 3:4, 16:9, 9:16, +3
🧩 清晰度COMBO2K3 options: 1K, 1.5K, 2K
🧠 提示词优化COMBO标准模式3 options: 关闭, 标准模式, 快速模式
📦 输出格式COMBOJPEG2 options: JPEG, PNG
📨 返回方式COMBOURL链接2 options: URL链接, Base64
🏷️ 添加水印BOOLEANfalse
🫧 透明背景BOOLEANfalse官方仅支持单张带透明通道的参考图,启用后输出固定为 PNG。
🖼️ 出图数量INT11–10官方单次只生成1张;大于1时节点发起多个独立请求。
⚡ 多图并发BOOLEANtrue多张输出使用最多4路并发;每路都是独立付费请求。
🎲 随机种INT00–18446744073709550000Seedream 5.0 Pro 官方没有 seed 参数;此值只控制 ComfyUI 缓存。
🎭 图像1透明蒙版optMASK仅透明背景模式需要;请连接与图像1配套的 ComfyUI 透明蒙版。
🔁 最大轮询秒数optINT120060–3600
⏱️ 轮询间隔optINT53–30
⌛ 请求超时optINT90030–1800
🖼️ 图像1optIMAGE接入任意参考图后自动切换为图生图,官方最多支持10张。
🖼️ 图像2optIMAGE接入任意参考图后自动切换为图生图,官方最多支持10张。
🖼️ 图像3optIMAGE接入任意参考图后自动切换为图生图,官方最多支持10张。
🖼️ 图像4optIMAGE接入任意参考图后自动切换为图生图,官方最多支持10张。
🖼️ 图像5optIMAGE接入任意参考图后自动切换为图生图,官方最多支持10张。
🖼️ 图像6optIMAGE接入任意参考图后自动切换为图生图,官方最多支持10张。
🖼️ 图像7optIMAGE接入任意参考图后自动切换为图生图,官方最多支持10张。
🖼️ 图像8optIMAGE接入任意参考图后自动切换为图生图,官方最多支持10张。
🖼️ 图像9optIMAGE接入任意参考图后自动切换为图生图,官方最多支持10张。
🖼️ 图像10optIMAGE接入任意参考图后自动切换为图生图,官方最多支持10张。

Outputs (4)

NameTypeDescription
🖼️ 图像/图层IMAGE
🎭 透明蒙版MASK
🔗 图片链接STRING
📋 响应信息STRING