Your Next Opponent is You Video

Flow·2 steps

Upload two photos of yourself — your present self and your future self — and watch them come face to face in a cinematic showdown. The effect opens on an intense close-up with your other self standing behind you, then cuts to an epic spotlit arena where the two versions of you face each other across the sand.

Steps
2
Inputs
2
Runs
1
Template · pipeline2 steps
  1. 1
    bytedance-seedance-2-0-reference-to-video-fastid · step1 · model
    aspect_ratio
    "16:9"
    duration
    "7"
    enable_safety_checker
    true
    generate_audio
    false
    image_urls
    [2 items]
    +2 more params
  2. 2
    ffmpeg-api-composeid · step2 · model
    tracks
    [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/4c745b19-f375-47bb-8943-e8a5d8cd0b49/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "Future_self": "https://cdn-us.eachlabs.ai/uploads/df76f0d8-3966-40c2-9b62-78ecee1f80ae.png",
        "You": "https://cdn-us.eachlabs.ai/uploads/9b6949ea-3f91-4f23-839e-00a060de0d7e.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.

  • Future_self
    default · df76f0d8-3966-40c2-9b62-78ecee1f80ae.png
    image URL
  • Yourequired
    default · 9b6949ea-3f91-4f23-839e-00a060de0d7e.png
    image URL
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside bytedance-seedance-2-0-reference-to-video-fast 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