Character Transformation Video

Flow·5 steps

Upload your photo and your favorite character and watch the magic happen! Your movements, your energy, your vibe but transformed into any character you choose.

Steps
5
Inputs
2
Runs
-
Template · pipeline5 steps
  1. 1
    nano-banana-2-editid · step1 · model
    aspect_ratio
    "9:16"
    image_urls
    [1 item]
    num_images
    1
    output_format
    "png"
    prompt
    "Create a hyper-realistic home portrait of the uploaded perso…"
    +1 more param
  2. 2
    nano-banana-2-editid · step2 · model
    aspect_ratio
    "9:16"
    image_urls
    [2 items]
    num_images
    1
    output_format
    "png"
    prompt
    "Remove $.step1.primary person. Recreate a scene using $.inpu…"
    +1 more param
  3. 3
    kling-v2-6-standard-motion-controlid · step3 · model
    character_orientation
    "video"
    image_url
    "$.step1.primary"
    keep_original_sound
    true
    video_url
    "https://eachlabs-prod-storage-bucket.s3.amazonaws.com/upload…"
  4. 4
    kling-v2-6-standard-motion-controlid · step4 · model
    character_orientation
    "video"
    image_url
    "$.step2.primary"
    keep_original_sound
    true
    video_url
    "https://eachlabs-prod-storage-bucket.s3.amazonaws.com/upload…"
  5. 5
    merge-videosid · step5 · model
    target_fps
    30
    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/2b9d0cac-53fb-4ddc-8ce3-f8f37749b5ce/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "Character": "https://cdn-us.eachlabs.ai/defaults/9e9e1edc2287da8b63787672b0a99d2207e9ce8639b30bfba0983b5156b32391.png",
        "Person": "https://cdn-us.eachlabs.ai/defaults/888079a5f00a8dbfdab10996a166fd447c0c004177c3d02378663ee025e0bab9.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.

  • Characterrequired
    default · 9e9e1edc2287da8b63787672b0a99d2207e9ce8639b30bfba0983b5156b32391.png
    image URL
  • Personrequired
    default · 888079a5f00a8dbfdab10996a166fd447c0c004177c3d02378663ee025e0bab9.png
    image URL
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside nano-banana-2-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