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 and running HeartMuLa, an open-source music foundation model family, to 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 structure and comma-separated style tags using 3B/7B models. - VRAM-Constrained Operation: Run on GPUs with as little as 8GB VRAM using lazy loading, or split models across multiple GPUs. - Dependency & Patch Guidance: Includes required fixes for transformers 5.x compatibility, 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] tags and style tags like "piano,happy,wedding" to generate a 4-minute song in roughly 4 minutes on GPU. ## Quick Start Ask the AI to install HeartMuLa and generate a song from your lyrics file and style tags using the 3B model with lazy loading enabled.