Nodes/Comfyui-zhenzhen/Concurrent Submit | zhenzhen-seedream-v5-pro
ComfyUI Node

Concurrent Submit | zhenzhen-seedream-v5-pro

ByteDance's flagship image model up to 4096

By T8mars·Created about a year ago·Updated 2 days ago· 740
Concurrent Submit | zhenzhen-seedream-v5-pro
  • image1
  • image2
  • image3
  • image4
  • image5
  • image6
  • image7
  • image8
  • image9
  • image10
  • task
prompt
modelseedream-v5-pro
size2048x2048
response_formaturl
output_formatpng
image_urls
custom_size2048x2048
apikey
skip_errorfalse
seed0

The concurrent twin of Zhenzhen's Comfly_seedream_v5_pro node - ByteDance's flagship image model, the one that grew out of the Seedream 4.x line into a genuinely strong all-rounder: text-to-image and multi-reference editing, up to 4096×4096 output, and a reputation for character consistency that the pack's own changelog claims beats Nano Banana on people. That last bit is worth a test run if consistency is your bottleneck.

This is the version of the node that takes a raw apikey field (rather than the api_config used by the domestic low-price twin), so it plays fine with the overseas token. And it's the node with the handy image_urls input: a multiline field where you can paste reference image URLs directly, one per line or comma-separated, as an alternative to dragging in image1…image10 tensors. Great for re-running edits off a cached URL list without re-uploading.

Concurrent mechanics: image pool (30 workers), COMFLY_IMAGE_FUTURE task output, Concurrent Collect Images (ComflyConcurrent_Image_Await) collects up to 30 tasks into image_1image_30.

The inputs

  • prompt - the direction. Multiline.
  • model - a freeform STRING defaulting to seedream-v5-pro; type other family names here if the reseller adds them.
  • size - 1024×1024, 1536×1024, 1024×1536, 2048×2048, 4096×4096, or custom (which uses custom_size, e.g. 2048x1536).
  • response_format - url or b64_json. URL keeps the payload light; b64 if you want the image inline in the response.
  • output_format - png / jpeg.
  • image1 … image10 and image_urls - the two reference routes.
  • seed - execution seed (cache-control compatibility note applies).
  • apikey and skip_error - the usual. Note this node's skip_error tooltip: "返回空白图" - failure returns a blank image when enabled.

Install

cd ComfyUI/custom_nodes
git clone https://github.com/T8mars/Comfyui-zhenzhen

Or ComfyUI Manager → search Comfyui-zhenzhen → restart, token into apikey.

Gotchas

  • 4096 is a big, slow, expensive file. The pack's cross-border download drama is real for 4K-class outputs - if downloads fail, enable OSS on your token's edit page. Start at 2048.
  • Mixed reference routes confuse people. You can fill image1…image10 AND image_urls; if you're using URLs, leave the tensor slots empty. The node has no idea you meant one or the other.
  • The blank-image skip mode is dangerous in batches. With skip_error on, a failed slot silently becomes a blank image in your collected batch - great for keeping a pipeline running, awful if you don't check the status output before shipping results.
Categoryzhenzhen/Doubao/Concurrent Submit

Inputs (20)

NameTypeDefaultDescription
promptSTRING
modelSTRINGseedream-v5-pro
sizeCOMBO2048x20486 options: 1024x1024, 1536x1024, 1024x1536, 2048x2048, 4096x4096, custom
response_formatCOMBOurl2 options: url, b64_json
output_formatCOMBOpng2 options: png, jpeg
image1optIMAGE
image2optIMAGE
image3optIMAGE
image4optIMAGE
image5optIMAGE
image6optIMAGE
image7optIMAGE
image8optIMAGE
image9optIMAGE
image10optIMAGE
image_urlsoptSTRINGOptional reference image URLs, one per line or comma-separated.
custom_sizeoptSTRING2048x2048Used when size is custom, e.g. 2048x1536.
apikeyoptSTRING
skip_erroroptBOOLEANfalse开启后,节点失败时不报错、返回空白图;关闭时(默认)失败直接抛出错误。
seedoptINT00–18446744073709550000Execution seed for ComfyUI cache control. Fixed reuses the cached result; randomize/increment/decrement requests a new run. This compatibility seed is not sent to APIs that do not expose a native seed parameter.

Outputs (1)

NameTypeDescription
taskCOMFLY_IMAGE_FUTURE