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 the installation, patching, and execution of HeartMuLa, an open-source music foundation model that produces full songs locally from lyrics and 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 3B/7B models. - VRAM-Constrained Operation: Run on GPUs with as little as 8GB VRAM via lazy loading, or split models across multiple GPUs. - Dependency & Source Patching: Includes required fixes for transformers 5.x RoPE cache initialization and HeartCodec checkpoint loading. - Use Case: A musician wants an open-source Suno alternative to prototype song ideas locally; provide lyrics with [Verse]/[Chorus] structure and tags like "piano,happy,wedding" to generate a 4-minute track in about 4 minutes. ## Quick Start Use the heartmula skill to generate a song from my lyrics file and the tags "rock,energetic,guitar" and save it as an MP3.