Retro Room Portrait

Flow·2 steps

Create nostalgic “Retro Room Portraits” where vintage textures, warm film tones, and intimate close-up details transform the subject into a timeless cinematic character, brought to life through Gemini and Nano Banana’s rich, realistic editorial style.

Steps
2
Inputs
1
Runs
-
Template · pipeline2 steps
  1. 1
    gemini-2-0-flash-liteid · step1 · model
    image_urls
    [1 item]
    prompt
    "Analyze the user’s uploaded photo and respond with only one …"
  2. 2
    nano-banana-editid · step2 · model
    aspect_ratio
    "9:16"
    image_urls
    [1 item]
    limit_generations
    true
    num_images
    1
    output_format
    "png"
    +2 more params
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://workflows.eachlabs.run/api/v1/6807ea88-abf0-4f1c-bed5-d329a2a9ac31/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "person": "https://cdn-us.eachlabs.ai/defaults/251e8824d0c5ae10eea7aac5b52cb48b529a1a855fa8631f16b954f2b8d637e2.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 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 · 251e8824d0c5ae10eea7aac5b52cb48b529a1a855fa8631f16b954f2b8d637e2.png
    image URL
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside gemini-2-0-flash-lite 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

Retro Room Portrait Workflow Template | AI Workflow | Eachlabs