AI Old Version Filter

Flow·2 steps

Create touching “Future Self” portraits where users upload their photo and appear beside their older selves, both sharing gentle smiles in matching outfits, surrounded by a warm home setting and natural lighting using Nano Banana’s realistic image model and kling.

Steps
2
Inputs
1
Runs
-
Template · pipeline2 steps
  1. 1
    nano-banana-editid · step1 · model
    aspect_ratio
    "9:16"
    image_urls
    [1 item]
    limit_generations
    true
    num_images
    1
    output_format
    "png"
    +2 more params
  2. 2
    kling-v2-1-pro-image-to-videoid · step2 · model
    cfg_scale
    0.5
    duration
    5
    image_url
    "$.step1.primary"
    prompt
    "Both subjects turn slightly toward each other, making gentle…"
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://workflows.eachlabs.run/api/v1/9badd1f5-fb8a-46d5-a6f0-63ed19352830/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/a9aef463c08d87873f1cea3192e9614b5c58d78c96ecccb3f21348c0503ed89c.jpg"
      }
    }' | 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 · a9aef463c08d87873f1cea3192e9614b5c58d78c96ecccb3f21348c0503ed89c.jpg
    image URL
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside nano-banana-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