Lyrics to Album

Flow·5 steps

From lyrics to song to cover. Generate studio quality music with Mureka and create matching album artwork with Nano Banana.

Steps
5
Inputs
3
Runs
-
Template · pipeline5 steps
  1. 1
    mureka-generate-lyricsid · step1 · model
    prompt
    $.inputs.song_theme
  2. 2
    mureka-generate-songid · step2 · model
    lyrics
    "$.step1.primary"
    model
    "auto"
    n
    1
    prompt
    $.inputs.genre_style
  3. 3
    mureka-describe-songid · step3 · model
    url
    "$.step2.primary"
  4. 4
    openai-chat-completionid · step4 · model
    model
    "gpt-4o"
    system_prompt
    "You are an iconic album cover art director who has designed …"
    user_prompt
    "Create an ICONIC, professional, and emotionally powerful alb…"
  5. 5
    nano-banana-proid · step5 · model
    aspect_ratio
    "1:1"
    num_images
    1
    output_format
    "png"
    prompt
    "$.step4.primary"
    resolution
    "1K"
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://workflows.eachlabs.run/api/v1/8ce7d784-b1d0-4144-a369-dc198fe9e412/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "genre_style": "Upbeat pop with bright synths, catchy hooks, light drums, summer vibes, 105 BPM",
        "mood": "Fun, cheerful, warm, playful, feel-good, energetic, youthful",
        "song_theme": "Dancing, summer memories, colorful skies and carefree moments"
      }
    }' | 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.

  • genre_stylerequired
    default · Upbeat pop with bright synths, catchy ho…
    text
  • moodrequired
    default · Fun, cheerful, warm, playful, feel-good,…
    text
  • song_themerequired
    default · Dancing, summer memories, colorful skies…
    text
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside mureka-generate-lyrics 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

Lyrics to Album Workflow Template | AI Workflow | Eachlabs