From One Image to Nine Images

Flow·10 steps·workflow

Generating 9 images from a 3x3 grid output using the crop image tool.

Steps
10
Inputs
1
Runs
-
Template · pipeline10 steps
  1. 1
    nano-banana-pro-editid · step1 · model
    aspect_ratio
    "1:1"
    image_urls
    [1 item]
    limit_generations
    false
    num_images
    1
    output_format
    "png"
    +2 more params
  2. 2
    crop-imageid · step2 · model
    height_percent
    33.33
    image_url
    "$.step1.primary"
    output_format
    "png"
    width_percent
    33.33
    x_percent
    0
    +1 more param
  3. 3
    crop-imageid · step3 · model
    height_percent
    33.33
    image_url
    "$.step1.primary"
    output_format
    "png"
    width_percent
    33.33
    x_percent
    33.33
    +1 more param
  4. 4
    crop-imageid · step4 · model
    height_percent
    33.33
    image_url
    "$.step1.primary"
    output_format
    "png"
    width_percent
    33.33
    x_percent
    66.66
    +1 more param
  5. 5
    crop-imageid · step5 · model
    height_percent
    33.33
    image_url
    "$.step1.primary"
    output_format
    "png"
    width_percent
    33.33
    x_percent
    0
    +1 more param
  6. 6
    crop-imageid · step6 · model
    height_percent
    33.33
    image_url
    "$.step1.primary"
    output_format
    "png"
    width_percent
    33.33
    x_percent
    33.33
    +1 more param
  7. 7
    crop-imageid · step7 · model
    height_percent
    33.33
    image_url
    "$.step1.primary"
    output_format
    "png"
    width_percent
    33.33
    x_percent
    66.66
    +1 more param
  8. 8
    crop-imageid · step8 · model
    height_percent
    33.33
    image_url
    "$.step1.primary"
    output_format
    "png"
    width_percent
    33.33
    x_percent
    0
    +1 more param
  9. 9
    crop-imageid · step9 · model
    height_percent
    33.33
    image_url
    "$.step1.primary"
    output_format
    "png"
    width_percent
    33.33
    x_percent
    33.33
    +1 more param
  10. 10
    crop-imageid · step10 · model
    height_percent
    33.33
    image_url
    "$.step1.primary"
    output_format
    "png"
    width_percent
    33.33
    x_percent
    66.66
    +1 more param
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://workflows.eachlabs.run/api/v1/51977115-5ab8-4fc2-a80f-d339c88d931f/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "photo": "https://cdn-us.eachlabs.ai/defaults/830f0e0092638c434667f0099583d4ef26a93cfd16fdc91523bdff5372a7aaee.png"
      }
    }' | jq -r .execution_id)

# 2. Poll the execution until it's done
curl -s https://workflows.eachlabs.run/api/v1/executions/$EXEC \
  -H "X-API-Key: $EACHLABS_API_KEY"

Trigger returns an execution_id · poll the executions endpoint for the final output

Playground · what you can change1 input

Clone this template into your workspace, then tweak any of the inputs below, or rewrite the step prompts, to spin up your own variation. The pipeline stays the same; the creative output is yours.

  • photorequired
    default · 830f0e0092638c434667f0099583d4ef26a93cfd16fdc91523bdff5372a7aaee.png
    image URL
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside nano-banana-pro-edit to change tone, scene, or pacing.
  • · Replace any model step with a faster or pricier alternative for a different vibe.
  • · Chain extra steps (upscale, audio, captions) to extend the pipeline.

More flows like this