What problem does it solve? Creating original music typically requires composition skills, instruments, or expensive commercial services like Suno. This Skill lets you generate complete songs locally from plain-text lyrics and style tags using the open-source HeartMuLa model family, with no cloud subscription required. ## Core Features & Use Cases - Lyrics-to-Song Generation: Produces full MP3 tracks (48kHz stereo) conditioned on bracketed lyrics and comma-separated style tags, with multilingual support. - Local GPU Inference: Runs the 3B/7B HeartMuLa language model plus HeartCodec audio decoder on your own hardware, with lazy loading to fit in 8GB VRAM. - Use Case: A content creator needs a custom background song for a video. They write lyrics with [Verse]/[Chorus] structure, specify tags like "piano,happy,wedding", and generate a 4-minute track in roughly 4 minutes on a single GPU. ## Quick Start Generate a song from my lyrics file and the tags "rock,energetic,guitar" using the HeartMuLa 3B model and save it as an MP3.