Nodes/Comfyui-zhenzhen/Concurrent Submit | zhenzhen-qwen-image-3.0-lowprice
ComfyUI Node

Concurrent Submit | zhenzhen-qwen-image-3.0-lowprice

Qwen Image 3.0, eight model variants, on the domestic discount site

By T8mars·Created about a year ago·Updated 2 days ago· 740
Concurrent Submit | zhenzhen-qwen-image-3.0-lowprice
  • api_config
  • image1
  • image2
  • image3
  • task
modelqwen-image-3.0-t2i
prompt
negative_prompt
prompt_extendtrue
sizing_modeauto
resolution1k
ratio1:1
custom_size1024*1024
n1
seed-1
skip_errorfalse

The newest Qwen image node in the pack, and the one with the most model choices. ComflyConcurrent_Comfly_qwen_image_3_0_lowprice_Submit wraps Alibaba's Qwen Image 3.0 family - and "family" is doing real work here, because the model dropdown has eight entries: qwen-image-3.0-t2i and -i2i, the same pair with -pro- in front, and four -global- variants (standard and pro, t2i and i2i). Text-to-image, image editing, budget tier, pro tier, domestic routing, global routing - one node, eight lanes.

The "lowprice" in the name means this one points at the domestic shop (api.seedance.nz), the non-profit-ish site that's ~7.5–8折 cheaper than the overseas store. That's why the node takes an api_config input of type ZHENZHEN_SEEDANCE2_CONFIG - you build it with the Comfly Seedance2 Low Price Settings node (Comfly_seedance2_low_price_settings), which just carries a base_url and api_key. If you already have that settings node in a Seedance workflow, this plugs straight in.

Concurrent-wise it's business as usual: shared image pool (30 workers), output is a COMFLY_IMAGE_FUTURE task, and you collect with Concurrent Collect Images (ComflyConcurrent_Image_Await) which waits on up to 30 tasks and returns image_1image_30 in order.

The inputs that matter

  • model - the eight-way dropdown above. Pick global variants if you're outside China; the domestic lanes are optimized for mainland routing.
  • prompt / negative_prompt - both multiline, and Qwen responds well to a real negative prompt.
  • prompt_extend - on by default; lets the model expand your prompt. Turn it off when you want exactly what you typed.
  • sizing_mode - auto (follows ratio), ratio (pick a ratio), or custom_size (type your own).
  • resolution - 1k or 2k; ratio - 1:1, 16:9, 9:16, 21:9 and the rest; custom_size - e.g. 1024*1024.
  • n - 1 to 6 images per call. Six at 2K is a real bill; spend consciously.
  • image1 … image3 - up to three references for the i2i models.
  • seed - -1 (random) to 2147483647.

Install

The manual route, same as every node in this pack:

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

Or ComfyUI Manager → search Comfyui-zhenzhen → restart. Then build the api_config with the Seedance2 Low Price Settings node and your domestic-site token.

Gotchas

  • The domestic site is region-optimized. If you're not on a China-friendly connection, the global model variants and the overseas token are the safer combo. The README's network advice - 443 errors mean your route to their server is the problem, not your node - applies.
  • Prompt extension changes results subtly. If a batch comes back "not what I asked for," check prompt_extend before you blame the model.
  • n × resolution × pro = sticker shock. The low price is per-image; six pro images at 2K still add up. Watch the async-task log if the number surprises you.
Categoryzhenzhen/Seedance2 Low Price/Concurrent Submit

Inputs (15)

NameTypeDefaultDescription
modelCOMBOqwen-image-3.0-t2i8 options: qwen-image-3.0-t2i, qwen-image-3.0-i2i, qwen-image-3.0-pro-t2i, qwen-image-3.0-pro-i2i, qwen-image-3.0-global-t2i, qwen-image-3.0-global-i2i, +2
promptSTRING
negative_promptSTRING
prompt_extendBOOLEANtrue
sizing_modeCOMBOauto3 options: auto, ratio, custom_size
resolutionCOMBO1k2 options: 1k, 2k
ratioCOMBO1:110 options: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, +4
custom_sizeSTRING1024*1024
nINT11–6
seedINT-1-1–2147483647
api_configoptZHENZHEN_SEEDANCE2_CONFIG
image1optIMAGE
image2optIMAGE
image3optIMAGE
skip_erroroptBOOLEANfalse

Outputs (1)

NameTypeDescription
taskCOMFLY_IMAGE_FUTURE