Text Logo Generator

Flow·1 step

Design personalized text logos in seconds with our easy-to-use generator. Perfect for creating sleek, memorable logos tailored just for you!

Steps
1
Inputs
3
Runs
-
Template · pipeline1 step
  1. 1
    flux-dev-realismid · step1 · model
    aspect_ratio
    "1:1"
    guidance
    3.5
    lora_strength
    0.8
    num_inference_steps
    30
    num_outputs
    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/5aa8daff-6f0b-46f5-8634-d8e99f598c51/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "brand_name": "Toys",
        "prompt": "Generate a logo for a children's toy store, featuring playful animals and vibrant colors to reflect fun and imagination",
        "style": "futuristic"
      }
    }' | 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 change3 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.

  • brand_name
    default · Toys
    text
  • prompt
    default · Generate a logo for a children's toy sto…
    text
  • style
    default · futuristic
    text
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside flux-dev-realism to change tone, scene, or pacing.
  • · Chain extra steps (upscale, audio, captions) to extend the pipeline.

More flows like this