What problem does it solve? Setting up and running open-source AI music generation locally involves complex installation steps, dependency conflicts, GPU configuration, and model patching that this Skill walks through end to end. ## Core Features & Use Cases - Song Generation from Lyrics and Tags: Produces complete MP3 songs (48kHz stereo) from bracketed lyrics and comma-separated style tags using the HeartMuLa 3B/7B models. - Guided Installation and Patching: Covers cloning heartlib, creating a Python 3.10 venv, fixing dependency conflicts, and applying required source patches for transformers 5.x compatibility. - Hardware-Aware Configuration: Supports lazy loading for 8GB VRAM GPUs, multi-GPU splitting, and CPU fallback with realistic performance expectations. - Use Case: A musician wants an open-source Suno alternative to prototype a song locally; this Skill installs HeartMuLa, downloads checkpoints, and generates a 4-minute track from their lyrics file. ## Quick Start Ask the assistant to install HeartMuLa and generate a song from your lyrics.txt and tags.txt files using the 3B model with lazy loading enabled.