Hair Style Transfer Video

Flow·3 steps

Upload one photo and instantly try on multiple hairstyles, your face stays exactly the same while the hair transforms. From a sleek bob to voluminous curls, platinum blonde to copper layers, see four different looks from a single image. Powered by Flint Image Edit.

Steps
3
Inputs
1
Runs
9
Template · pipeline3 steps
  1. 1
    flint-image-editid · step1 · model
    aspect_ratio
    "9:16"
    image_urls
    [1 item]
    output_format
    "jpeg"
    prompt
    "Edit the uploaded person's photo to generate 4 different ver…"
  2. 2
    flint-image-editid · step2 · model
    aspect_ratio
    "9:16"
    image_urls
    [1 item]
    output_format
    "jpeg"
    prompt
    "Edit the uploaded person's photo to generate 4 different ver…"
  3. 3
    ffmpeg-api-images-to-videoid · step3 · model
    fps
    24
    images
    [8 items]
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://api.eachlabs.ai/v1/workflows/trigger/4ee76a01-6cc5-44ca-8cdf-7d5810ddc666/v1 \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "inputs": {
        "Person": "https://cdn-us.eachlabs.ai/defaults/98c3242729224afc8cf33823b90091fe.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 change1 input

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.

  • Personrequired
    default · 98c3242729224afc8cf33823b90091fe.png
    image URL
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside flint-image-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