What problem does it solve? Generating complete songs with vocals from text typically requires paid services like Suno. This Skill lets you run the open-source HeartMuLa music foundation models locally to produce full MP3 songs from lyrics and style tags, with multilingual support and offline capability. ## Core Features & Use Cases - Lyrics-to-Song Generation: Produce complete songs (up to 4 minutes, 48kHz stereo MP3) from bracketed lyrics and comma-separated style tags using the 3B or 7B HeartMuLa models. - Local GPU Inference: Run entirely offline on an NVIDIA GPU 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 content creator writes lyrics in a text file with [Verse]/[Chorus] tags, specifies tags like "piano,happy,wedding", and generates a finished MP3 song locally in about 4 minutes. ## Quick Start Generate a song from my lyrics file and the tags "rock,energetic,guitar" using the HeartMuLa 3B model and save it as an MP3.