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 installs and runs HeartMuLa, an open-source music generation model family, so you can produce full songs locally from lyrics and style tags. ## Core Features & Use Cases - Song Generation from Lyrics + Tags: Produces MP3 audio (48kHz stereo) conditioned on bracketed lyrics structure and comma-separated style tags using 3B/7B models. - Local and Offline Operation: Runs on your own GPU with as little as 8GB VRAM using lazy loading, with multi-GPU splitting support. - Complete Pipeline: Includes HeartCodec for high-fidelity audio reconstruction, HeartTranscriptor for lyrics transcription, and HeartCLAP for audio-text alignment. - Use Case: A musician wants an open-source Suno alternative to prototype song ideas locally—write lyrics with [Verse]/[Chorus] tags, specify tags like "piano,happy,wedding", and generate a 4-minute track in about 4 minutes. ## 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.