heartmula

Solid

Set up and run HeartMuLa, the open-source music generation model family (Suno-like). Generates full songs from lyrics + tags with multilingual support.

AI & Automation 191,515 stars 33299 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# HeartMuLa - Open-Source Music Generation ## Overview HeartMuLa is a family of open-source music foundation models (Apache-2.0) that generates music conditioned on lyrics and tags. Comparable to Suno for open-source. Includes: - **HeartMuLa** - Music language model (3B/7B) for generation from lyrics + tags - **HeartCodec** - 12.5Hz music codec for high-fidelity audio reconstruction - **HeartTranscriptor** - Whisper-based lyrics transcription - **HeartCLAP** - Audio-text alignment model ## When to Use - User wants to generate music/songs from text descriptions - User wants an open-source Suno alternative - User wants local/offline music generation - User asks about HeartMuLa, heartlib, or AI music generation ## Hardware Requirements - **Minimum**: 8GB VRAM with `--lazy_load true` (loads/unloads models sequentially) - **Recommended**: 16GB+ VRAM for comfortable single-GPU usage - **Multi-GPU**: Use `--mula_device cuda:0 --codec_device cuda:1` to split across GPUs - 3B model with lazy_load peaks at ~6.2GB VRAM ## Installation Steps ### 1. Clone Repository ```bash cd ~/ # or desired directory git clone https://github.com/HeartMuLa/heartlib.git cd heartlib ``` ### 2. Create Virtual Environment (Python 3.10 required) ```bash uv venv --python 3.10 .venv . .venv/bin/activate uv pip install -e . ``` ### 3. Fix Dependency Compatibility Issues **IMPORTANT**: As of Feb 2026, the pinned dependencies have conflicts with newer packages. Apply these fixes: ```bash # Upgrade datase...

Details

Author
NousResearch
Repository
NousResearch/hermes-agent
Created
10 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category