Nodes/Comfyui-zhenzhen/Concurrent Submit | Zhenzhen Seedream V5 Lite Edit Fal
ComfyUI Node

Concurrent Submit | Zhenzhen Seedream V5 Lite Edit Fal

Seedream V5 Lite edits via fal, with the num_images × max_images trick

By T8mars·Created about a year ago·Updated 2 days ago· 740
Concurrent Submit | Zhenzhen Seedream V5 Lite Edit Fal
  • image1
  • image2
  • image3
  • image4
  • image5
  • image6
  • image7
  • image8
  • image9
  • image10
  • task
prompt
api_key
num_images1
max_images1
image_sizeauto_2K
enable_safety_checkertrue
image_wayimage_url
poll_interval3
max_poll_attempts1200
skip_errorfalse
seed0

ByteDance's Seedream V5 Lite, the budget edit model, reached through fal's queue and wrapped in Zhenzhen's concurrent layer. (Yes, the category label says "Google" - that's a pack labeling slip; Seedream is ByteDance's model. Don't let it throw you.) The lightweight V5 family is a "how cheap can a good edit be" play, and this wrapper is the one to reach for when you need a big stack of edited images and want the per-image cost to stay sane.

The notable mechanical detail is the two-count structure: num_images and max_images. Total output = num_images × max_images. If you set num_images=2 and max_images=2 you're requesting four images per generation - and fal bills per image, so do that math before you hit queue. Most people leave one of them at 1.

It's an image node: shared pool (30 workers), COMFLY_IMAGE_FUTURE task output, collect with Concurrent Collect Images (ComflyConcurrent_Image_Await) into image_1image_30.

The inputs

  • prompt - the edit instruction. Multiline.
  • image1 … image10 - reference images. Ten slots is a serious multi-reference edit; V5's consistency with a pile of references is one of its selling points.
  • num_images / max_images - the multiplier pair above.
  • image_size - auto_2K, auto_3K, auto_4K, or the square/portrait/landscape presets. The auto_ variants scale to your content - the pack's way of getting 2K/3K/4K out of an edit without forcing a square.
  • enable_safety_checker - on by default.
  • image_way - image_url or base64 for references.
  • seed - execution seed for cache control (compatibility-only note in the tooltip).
  • poll_interval / max_poll_attempts - default 1200 × 3s = 1 hour.

Install

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

Or ComfyUI Manager → search Comfyui-zhenzhen → restart, token into api_key (ai.t8star.org overseas; api.seedance.nz for the domestic discount).

Gotchas

  • The multiplier bites silently. num_images=4 and max_images=4 is sixteen billed images. Every fal lane here is pre-deducted and settled later, so the first charge may already look scary before the real number lands.
  • auto_4K on an edit model is not free. Auto-size means "as big as your content allows," and 4K output on a model billed per image is the expensive end. Use auto_2K for drafts.
  • "Lite" is a promise about price, not a promise about everything. V5 Lite edits are great for clean swaps and consistent product work, but it's not the flagship - don't expect Pro-level fidelity on hair or fine texture.
Categoryzhenzhen/Google/Concurrent Submit

Inputs (21)

NameTypeDefaultDescription
promptSTRING
image1optIMAGE
image2optIMAGE
image3optIMAGE
image4optIMAGE
image5optIMAGE
image6optIMAGE
image7optIMAGE
image8optIMAGE
image9optIMAGE
image10optIMAGE
api_keyoptSTRING
num_imagesoptINT11–4
max_imagesoptINT11–4Max images per generation. Total output = num_images * max_images.
image_sizeoptCOMBOauto_2K9 options: auto_2K, auto_3K, auto_4K, square_hd, square, portrait_4_3, +3
enable_safety_checkeroptBOOLEANtrue
image_wayoptCOMBOimage_url2 options: image_url, base64
poll_intervaloptINT31–30
max_poll_attemptsoptINT120010–3600Default 1200*3s = 1 hour timeout.
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