60s Effect

Flow·2 steps

Turn one selfie into a faded 1967 snapshot. Beehives, hard winged liner and flat block colour, or a mop top and a slim cut suit. Every run picks a different setting.

Steps
2
Inputs
1
Runs
7
Template · pipeline2 steps
  1. 1
    openai-chatgpt-5id · step1 · model
    max_output_tokens
    700
    system_prompt
    "You are a costume designer and location scout for a film set…"
    temperature
    1.3
    user_prompt
    "Write the brief. Only the seven labelled lines."
  2. 2
    gpt-image-v2-editid · step2 · model
    background
    "auto"
    image_size
    "2160x3840"
    image_urls
    [1 item]
    moderation
    "low"
    num_images
    1
    +3 more params
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://api.eachlabs.ai/v1/workflows/trigger/27296335-4611-49be-8ab3-5e7ee263223e/v1 \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "inputs": {
        "Person": "https://cdn-us.eachlabs.ai/uploads/169ed0be-9c37-4d68-9006-af240557224b.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 · 169ed0be-9c37-4d68-9006-af240557224b.png
    image URL
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside openai-chatgpt-5 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