Frozen Chaos Video

Flow·1 step

Generates a 15-second bullet-time fashion film from a face photo and an eyewear brand name. Creates the branded glasses, then places the character in a slow-motion collision scene where the props freeze mid-air.

Steps
1
Inputs
2
Runs
7
Template · pipeline1 step
  1. 1
    bytedance-seedance-2-5-reference-to-videoid · step1 · model
    aspect_ratio
    "9:16"
    duration
    "15"
    generate_audio
    true
    image_urls
    [1 item]
    prompt
    "Shot 1 (0–2.5s): @Image1 — Extreme low close-up of the prota…"
    +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/e778274c-6792-4db3-a3fe-6e4df3ef322e/v1 \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "inputs": {
        "Glasses_Brand": "eachlabs",
        "Person": "https://cdn-us.eachlabs.ai/uploads/b3ed1082-6ce3-4d93-a854-8139c84a3481.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 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.

  • Glasses_Brand
    default · eachlabs
    text
  • Personrequired
    default · b3ed1082-6ce3-4d93-a854-8139c84a3481.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