heartmula
FeaturedHeartMuLa: Suno-like song generation from lyrics + tags.
AI & Automation 221,168 stars
42199 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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, with multilingual support. Generates full songs from lyrics + 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 conflic...
Details
- Author
- NousResearch
- Repository
- NousResearch/hermes-agent
- Created
- 1 years ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
audiocraft-audio-generation
AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.
221,168 Updated today
NousResearch AI & Automation Listed
songwriting-and-ai-music
Songwriting craft and Suno AI music prompts.
11 Updated 5 days ago
kevinnft AI & Automation Listed
acestep-music
Generate music locally with ACE-Step 1.5 on ComfyUI — instrumental beds for video, background loops, and full tracks (dubstep, house, techno, drum & bass, trap, lo-fi), with lyrics and vocals when asked. Includes a verified mastering pass that fixes ACE-Step's clipping. Use when asked for background music, a soundtrack, a music bed, a song, a beat, royalty-free music, or whenever ACE-Step / music generation comes up.
0 Updated today
ruashots