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 generation model family, so you can produce songs locally from lyrics and tags. ## Core Features & Use Cases - Song Generation from Lyrics + Tags: Produces full MP3 songs (48kHz stereo) conditioned on bracketed lyrics and comma-separated style tags using 3B/7B models. - Complete Setup Guidance: Covers cloning heartlib, Python 3.10 environment creation, dependency conflict fixes, and required source patches for transformers 5.x compatibility. - Hardware Flexibility: Supports low-VRAM mode via lazy loading (~6.2GB peak), multi-GPU splitting, and CPU fallback. - Use Case: A musician wants an open-source Suno alternative to prototype song ideas locally; this Skill walks through generating a 4-minute track from a lyrics file and tags like "piano,happy,wedding". ## Quick Start Ask the assistant to install HeartMuLa and generate a song from your lyrics file and style tags using the 3B model with lazy loading enabled.