What problem does it solve? Generating original music locally without relying on paid cloud services like Suno is difficult, and setting up open-source music generation models involves dependency conflicts, source patches, and multi-gigabyte model downloads. This Skill walks through the complete installation, patching, and generation workflow for HeartMuLa, an Apache-2.0 music foundation model family. ## Core Features & Use Cases - Lyrics-to-Song Generation: Produces full MP3 songs (48kHz stereo) from bracketed lyrics and comma-separated style tags using the 3B or 7B HeartMuLa models. - Guided Installation & Patching: Documents the required dependency upgrades (datasets, transformers) and two source-code patches needed to run HeartMuLa with transformers 5.x. - VRAM-Constrained Operation: Supports lazy loading to run on GPUs with as little as 8GB VRAM, or multi-GPU splits across devices. - Use Case: A user wants a royalty-free birthday song with custom lyrics. Provide lyrics with [Verse]/[Chorus] structure and tags like "piano,happy,celebration", then run the generation script to get a finished MP3 in about four minutes on a GPU. ## Quick Start Ask the assistant to install HeartMuLa and generate a song from your lyrics file and style tags, saving the result as an MP3.