Avatar Generation with Flux

Flow·1 step

Generate Avatars with Flux using Eachlabs workflows — easily integrate custom avatars into your web and mobile applications with Eachlabs API.

Steps
1
Inputs
5
Runs
-
Template · pipeline1 step
  1. 1
    flux-schnellid · step1 · model
    aspect_ratio
    "1:1"
    disable_safety_checker
    true
    output_format
    "webp"
    output_quality
    80
    prompt
    "Design a unique avatar that blends the user's favorite anima…"
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://workflows.eachlabs.run/api/v1/d984bbcf-f74e-4589-bcb5-0df3f298650e/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "favorite_accessory": "wrist watch",
        "favorite_animal": "panda",
        "favorite_color": "purple",
        "past_spending_category": "Travel",
        "type1": "superhero"
      }
    }' | 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 change5 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.

  • favorite_accessory
    default · wrist watch
    text
  • favorite_animalrequired
    default · panda
    text
  • favorite_colorrequired
    default · purple
    text
  • past_spending_category
    default · Travel
    text
  • type1
    default · superhero
    text
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside flux-schnell to change tone, scene, or pacing.
  • · Chain extra steps (upscale, audio, captions) to extend the pipeline.

More flows like this

Avatar Generation with Flux Workflow Template | AI Workflow | Eachlabs