What problem does it solve? Creating original music typically requires composition skills, instruments, or expensive commercial services like Suno. This Skill lets you generate complete songs locally from just lyrics and style tags using the open-source HeartMuLa models, with no cloud subscription required. ## Core Features & Use Cases - Lyrics-to-Song Generation: Produces full MP3 songs (48kHz stereo) from bracketed lyrics and comma-separated style tags using 3B/7B music language models. - Local and Offline Operation: Runs entirely on your own GPU with lazy loading to fit in as little as 8GB VRAM, or split across multiple GPUs. - Multilingual Support: Includes HeartCodec for high-fidelity audio reconstruction, HeartTranscriptor for lyrics transcription, and HeartCLAP for audio-text alignment. - Use Case: A content creator needs a custom background song for a video. They write lyrics with [Verse]/[Chorus] structure, specify tags like "piano,happy,wedding", and generate a 4-minute MP3 in about 4 minutes on a single GPU. ## Quick Start Ask the AI to clone the heartlib repository, install dependencies with the documented patches, download the HeartMuLa checkpoints, and generate a song from your lyrics and tags files.