Nodes/Comfyui-zhenzhen/Concurrent Submit | Zhenzhen_Mj
ComfyUI Node

Concurrent Submit | Zhenzhen_Mj

Midjourney imagine, but you can queue thirty of them and go make coffee

By T8mars·Created about a year ago·Updated 2 days ago· 740
Concurrent Submit | Zhenzhen_Mj
    • task
    text
    speedfast mode
    text_en
    api_key
    ar1:1
    model_versionv 8.1
    no
    c0
    s0
    iw0.00
    r1
    sw0
    cw0
    sv1
    orefnone
    crefnone
    srefnone
    positive
    videofalse
    tilefalse
    seed0
    skip_errorfalse

    Midjourney is the closed image model that Flux effectively closed the gap on, but people still use it - the style, the character handling, the whole "it just looks good" thing it does. This node is the Concurrent Submit twin of Comfly_Mj, the pack's classic Midjourney imagine node through the Zhenzhen reseller. Same API, same parameters, but with the shared image pool underneath: fire off a batch of prompts and they queue in 30 workers instead of serializing in your graph.

    The inputs that matter

    • text - your prompt. The one required field that does all the work.
    • text_en - an optional English override; useful if you're prompting in Chinese and want the API to get a cleaner English string.
    • speed - turbo mode, fast mode, relax mode. Turbo for iteration, relax when you're not in a hurry and want the cheaper queue.
    • model_version - v8.2 down through v6, plus the niji line. v8.1 is the default and honestly the sweet spot for most stuff.
    • ar - aspect ratio as a string (1:1, 16:9...).
    • no - negative prompt in MJ's "no" syntax.
    • c / s / stylize-ish knobs - c (chaos), s (stylize), iw (image weight for references), sw/cw (style/character weight), r (repeat count up to 40).
    • sv - 1–4 variation strength for follow-ups.
    • oref / cref / sref - character, character-style, and style references by URL. This is how you hold a face or a look across a batch.
    • positive - a positive-prompt helper slot.
    • video / tile - toggles for MJ video generation and seamless tiling.
    • api_key - direct key paste (main route).
    • seed / skip_error - cache-control seed and the fail-silently toggle.

    The concurrent flow

    Output is a task (COMFLY_IMAGE_FUTURE), not an image. You wire it into ComflyConcurrent_Image_Await (30 slots) along with your other jobs, and the collector waits for everything, returns images in slot order, and gives you a status JSON. The classic move: a row of these with different prompts, or one prompt with several r repeats, all feeding a single collector.

    Install and gotchas

    Standard pack install - T8mars/Comfyui-zhenzhen via ComfyUI Manager or git clone https://github.com/T8mars/Comfyui-zhenzhen, restart. No local models. Paid token, overseas servers (proxy from China). Midjourney-specific: r (repeat count) multiplies your bill, so r=40 on the wrong prompt is a spicy surprise; and MJ's filter is MJ's filter - the reseller can't remove it, so don't plan around content the official API refuses.

    Categoryzhenzhen/Midjourney/Concurrent Submit

    Inputs (22)

    NameTypeDefaultDescription
    textSTRING
    speedCOMBOfast mode3 options: turbo mode, fast mode, relax mode
    text_enoptSTRING
    api_keyoptSTRING
    aroptSTRING1:1
    model_versionoptCOMBOv 8.112 options: v 8.2, v 8.1, v 8, v 7, v 6.1, v 6.0, +6
    nooptSTRING
    coptINT00–100
    soptINT00–1000
    iwoptFLOAT0.000–2
    roptINT11–40
    swoptINT00–1000
    cwoptINT00–100
    svoptCOMBO14 options: 1, 2, 3, 4
    orefoptSTRINGnone
    crefoptSTRINGnone
    srefoptSTRINGnone
    positiveoptSTRING
    videooptBOOLEANfalse
    tileoptBOOLEANfalse
    seedoptINT00–2147483647
    skip_erroroptBOOLEANfalse开启后,节点失败时不报错、按旧行为返回默认空结果;关闭时(默认)失败直接抛出错误。

    Outputs (1)

    NameTypeDescription
    taskCOMFLY_IMAGE_FUTURE