Childhood With Me

Flow·5 steps

Create a nostalgic “Childhood With Me” moment on a nighttime carousel. The child and adult versions of the same person ride nearby horses under warm carnival lights, softly spinning while looking at each other.

Steps
5
Inputs
2
Runs
-
Template · pipeline5 steps
  1. 1
    nano-banana-pro-editid · step1 · model
    aspect_ratio
    "9:16"
    image_urls
    [1 item]
    limit_generations
    false
    num_images
    1
    output_format
    "png"
    +2 more params
  2. 2
    nano-banana-pro-editid · step2 · model
    aspect_ratio
    "9:16"
    image_urls
    [1 item]
    limit_generations
    false
    num_images
    1
    output_format
    "png"
    +2 more params
  3. 3
    kling-v2-5-turbo-standard-image-to-videoid · step3 · model
    cfg_scale
    0.5
    duration
    "5"
    image_url
    "$.step1.primary"
    negative_prompt
    "blur, distort, and low quality"
    prompt
    "The child riding a nighttime carousel at an amusement park. …"
  4. 4
    kling-v2-5-turbo-standard-image-to-videoid · step4 · model
    cfg_scale
    0.5
    duration
    "5"
    image_url
    "$.step2.primary"
    negative_prompt
    "blur, distort, and low quality"
    prompt
    "The person riding a nighttime carousel at an amusement park.…"
  5. 5
    merge-videosid · step5 · model
    resolution
    "portrait_16_9"
    video_urls
    [2 items]
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://workflows.eachlabs.run/api/v1/9a10a46e-66e1-4fda-a338-c3a20d62a4aa/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "Adult": "https://cdn-us.eachlabs.ai/defaults/8c28fe3859d02c2d3fb3a0b2d03162c2a8bd16abbc017fee07f6bd4035a3e759.png",
        "Child": "https://cdn-us.eachlabs.ai/defaults/f3b5647c4e607d7bd4f556615adaa295d8a223ff3e7541c1dddf8da5ef997bd7.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 change2 inputs

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.

  • Adultrequired
    default · 8c28fe3859d02c2d3fb3a0b2d03162c2a8bd16abbc017fee07f6bd4035a3e759.png
    image URL
  • Childrequired
    default · f3b5647c4e607d7bd4f556615adaa295d8a223ff3e7541c1dddf8da5ef997bd7.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