What problem does it solve? Generating complete songs with vocals from text requires either paid services like Suno or complex local model setups. This Skill guides you through installing, patching, and running HeartMuLa, an open-source music foundation model family, so you can produce full songs locally from lyrics and style tags. ## Core Features & Use Cases - Song Generation from Lyrics + Tags: Produce MP3 songs (48kHz stereo) conditioned on bracketed lyrics and comma-separated style tags using the 3B or 7B HeartMuLa models. - Complete Setup Guidance: Covers cloning heartlib, creating a Python 3.10 environment, fixing dependency conflicts, and applying required source patches for transformers 5.x compatibility. - Hardware-Aware Configuration: Supports lazy loading for 8GB VRAM GPUs, multi-GPU splitting, and CPU fallback with clear performance expectations. - Use Case: A musician wants a local Suno alternative to prototype song ideas. Provide lyrics with [Verse]/[Chorus] structure and tags like "piano,happy,wedding" to generate a 4-minute MP3 in roughly 4 minutes on a single GPU. ## Quick Start Ask the agent to install HeartMuLa and generate a song from your lyrics file and style tags, saving the result as an MP3.