Fan Wipe Fashion Video

Flow·2 steps

Upload your photo and four different outfits. You're lying on a Persian rug, shot top-down from the ceiling. Hit the remote, the fan starts turning, and each passing blade wipes one look into the next

Steps
2
Inputs
5
Runs
3
Template · pipeline2 steps
  1. 1
    parallelid · step1 · parallel
  2. 2
    bytedance-seedance-2-5-reference-to-videoid · step2 · model
    aspect_ratio
    "9:16"
    duration
    "15"
    generate_audio
    false
    image_urls
    [4 items]
    prompt
    "Create one continuous cinematic fashion transformation video…"
    +1 more param
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://api.eachlabs.ai/v1/workflows/trigger/01df3aa8-8716-4cb8-9679-c948029c3379/v1 \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "inputs": {
        "Outfit1": "https://cdn-us.eachlabs.ai/defaults/6f1de5e65c0e4e6ea634227ea7387b06.png",
        "Outfit2": "https://cdn-us.eachlabs.ai/defaults/6cc35b1b69834f46953d3e88f780b2e1.png",
        "Outfit3": "https://cdn-us.eachlabs.ai/defaults/e11f7ce0af6244e9ab0a22b4fadbc132.png",
        "Outfit4": "https://cdn-us.eachlabs.ai/defaults/98bb314ac62b442081bceb9e9fa25dc0.png",
        "Person": "https://cdn-us.eachlabs.ai/defaults/231d8c8fc06947e5961ddafc837d2edf.png"
      }
    }' | jq -r .execution_id)

# 2. Poll the execution until it's done
curl -s https://api.eachlabs.ai/v1/workflows/executions/$EXEC \
  -H "Authorization: Bearer $EACHLABS_API_KEY"

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

Playground · what you can change5 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.

  • Outfit1
    default · 6f1de5e65c0e4e6ea634227ea7387b06.png
    image URL
  • Outfit2required
    default · 6cc35b1b69834f46953d3e88f780b2e1.png
    image URL
  • Outfit3
    default · e11f7ce0af6244e9ab0a22b4fadbc132.png
    image URL
  • Outfit4required
    default · 98bb314ac62b442081bceb9e9fa25dc0.png
    image URL
  • Person
    default · 231d8c8fc06947e5961ddafc837d2edf.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-5-reference-to-video to change tone, scene, or pacing.
  • · Chain extra steps (upscale, audio, captions) to extend the pipeline.

More flows like this