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 provides a working local pipeline for the open-source HeartMuLa music generation models, including the dependency fixes and source patches needed to make it run. ## Core Features & Use Cases - Lyrics-to-Song Generation: Produces full MP3 songs (48kHz stereo) from bracketed lyrics and comma-separated style tags using the HeartMuLa 3B/7B language model and HeartCodec audio codec. - VRAM-Constrained Operation: Supports lazy loading to run on GPUs with as little as 8GB VRAM, plus multi-GPU splitting across devices. - Use Case: A musician wants a demo track of a romantic piano ballad. Provide lyrics with [Verse]/[Chorus] structure and tags like "piano,happy,wedding" to generate a 4-minute song locally in about 4 minutes on GPU. ## Quick Start Clone the heartlib repository, install dependencies with the documented patches, download the HeartMuLa checkpoints, and ask the AI to generate a song from your lyrics file and style tags.