Nodes/Symbiotica/NS WaveSpeed Nano Banana Pro Edit Multi
ComfyUI Node

NS WaveSpeed Nano Banana Pro Edit Multi

Two edits at once, one prompt — Pro Edit Multi

By symbiotica-ai·Created 6 months ago·Updated about 13 hours ago· 2
NS WaveSpeed Nano Banana Pro Edit Multi
  • client
  • output_images
prompt
image_1
image_2
image_3
image_4
image_5
image_6
aspect_ratio3:2
num_images2
output_formatpng
enable_sync_modetrue

Same engine as Nano Banana Pro Edit, different output philosophy: instead of one edited image, this node gives you two takes on the same instruction in a single call. Same prompt, same references, two interpretations - which is exactly what you want when you're iterating on a look and don't want to re-queue for every variant.

It's part of the Symbiotica pack's neuralsins/WaveSpeed family, and it's a thin node even by that family's standards. The num_images input is fixed at 2 - the tooltip says so outright - so what you're really choosing is "batch of two" vs. "batch of one, per call." If you find yourself running the Pro Edit node twice and keeping one, this node is the cheaper way to do it in one round trip.

How it works

You give it a prompt and up to six image URLs (image_1 required, image_2image_6 optional references), and it POSTs to WaveSpeed's Nano Banana Pro edit endpoint asking for two results. Both come back stacked in output_images (IMAGE) as a batch - index 0 and 1, same size, same aspect, different results. A batch-index or Split Image node downstream will pull them apart if you want to compare side by side.

The inputs worth knowing:

  • prompt - the edit instruction. Both variants follow it.
  • image_1image_6 - image URLs; only the first is required, the rest are reference material.
  • aspect_ratio - a slimmer set than the single version: 3:2 (default), 2:3, 3:4, 4:3. Note there's no resolution dropdown here - this variant runs at the model's default rather than offering the 1k/2k/4k ladder.
  • output_format - png or jpeg.

enable_sync_mode defaults on.

Installing

cd ComfyUI/custom_nodes
git clone https://github.com/symbiotica-ai/comfyui-nodes.git symbiotica
pip install -r symbiotica/requirements.txt

Restart or install via ComfyUI Manager (search Symbiotica). Wire an NS WaveSpeed Client with your WAVESPEED_API_KEY into client.

Common issues

  • It's two per call, always. Don't hunt for a count control - num_images exists but is fixed at 2. Want four? Run it twice.
  • Two variants, one bill. This costs more per call than the single-output edit because it generates two images. That's the trade - you're buying a batch, not a discount.
  • References are URLs, not tensors. The standing rule for this family.
  • Aspect ratio surprises. The limited 4-choice set means no 16:9 here - if your deliverable is widescreen, this variant can't make it, and you want the single-output Pro Edit with its ten-ratio menu instead.

The honest read: this is a convenience node. It saves you a queue round-trip when you know you'll want a second take, and the batch output slots neatly into the compare-grid nodes. Beyond that, it does exactly what it says and nothing more.

Categoryneuralsins/WaveSpeed

Inputs (12)

NameTypeDefaultDescription
clientWAVESPEED_AI_API_CLIENT
promptSTRINGText description of the edit to perform
image_1STRINGPrimary input image URL (connect from Upload Image node)
image_2STRINGSecond input image URL (optional)
image_3STRINGThird input image URL (optional)
image_4STRINGFourth input image URL (optional)
image_5STRINGFifth input image URL (optional)
image_6STRINGSixth input image URL (optional)
aspect_ratioCOMBO3:2Aspect ratio of the output images
num_imagesINT22–2Number of edited images to generate (fixed at 2)
output_formatCOMBOpngOutput format - use PNG for transparency support
enable_sync_modeBOOLEANtrueWait for generation to complete before returning

Outputs (1)

NameTypeDescription
output_imagesIMAGE