Trend Caricature Effect 1

Flow·2 steps

Turn yourself into a unique caricature. Write a short self description, upload your photo, and let AI create a fun illustrated character poster that matches your personality and story.

Steps
2
Inputs
2
Runs
-
Template · pipeline2 steps
  1. 1
    openai-chat-completionid · step1 · model
    model
    "gpt-4o"
    system_prompt
    "You are an helpful assistant"
    user_prompt
    "Write a detailed prompt to generate a high quality illustrat…"
  2. 2
    gpt-image-v1-5-editid · step2 · model
    background
    "auto"
    image_size
    "1024x1536"
    image_urls
    [1 item]
    input_fidelity
    "high"
    num_images
    1
    +3 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/1caf1de6-0104-4101-927d-469c806f068f/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/97db7b712dd898ba4de3cb4643d04bbbf5625362c14bd5539fa3eef8015bd4e0.png",
        "self_description": "I’m a UI/UX designer who loves coffee, cats, and building AI tools."
      }
    }' | 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 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.

  • Personrequired
    default · 97db7b712dd898ba4de3cb4643d04bbbf5625362c14bd5539fa3eef8015bd4e0.png
    image URL
  • self_descriptionrequired
    default · I’m a UI/UX designer who loves coffee, c…
    text
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside openai-chat-completion 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