ace-step/ace-step-1.5

The most powerful local music generation model that outperforms almost all commercial alternatives, supporting Mac, AMD, Intel, and CUDA devices.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 1st, 2026
Created on September 4th, 2025
Open Issues & Pull Requests: 149 (+0)
GitHub issues: Enabled
Number of forks: 1,612
Total Stargazers: 12,579 (+1)
Total Subscribers: 103 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 hours
Mean response time: 42.6 hours
90th percentile: 2.9 days
Tracked items: 490

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 88% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 11% of issues opened in the past year have been closed. Three people close 75% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 100
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 184 days
Stale 30+ days: 90
Stale 90+ days: 88

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 5
Events in 7 days: 10

Top labels

  • stale (178)
  • enhancement (29)
  • area:integration (14)
  • platform:daw (14)
  • priority:high (13)
  • bug (5)
  • documentation (5)

Detailed Description

ACE-Step 1.5 is a text-to-music generation model that runs locally on consumer hardware including Mac, AMD, Intel, and CUDA devices.

The tool addresses the challenge of generating high-quality music from text descriptions without relying on cloud services or expensive commercial APIs. Its approach combines a Language Model that acts as a planner—transforming user prompts into detailed song blueprints complete with metadata, lyrics, and captions—with a Diffusion Transformer that synthesizes the actual audio. The alignment between these components is achieved through intrinsic reinforcement learning, avoiding external reward models or human preference biases. The model can generate full songs in under 2 seconds on an A100 GPU and under 10 seconds on an RTX 3090, while requiring less than 4GB of VRAM for basic operation.

Developers should choose this tool if they need local music generation without cloud dependencies and want to avoid commercial licensing costs. It suits projects requiring stylistic control, editing capabilities like cover generation and vocal-to-background music conversion, and multilingual prompt adherence across 50+ languages. The tool also supports lightweight personalization through LoRA training from just a few songs to capture custom styles. An XL variant with a 4-billion-parameter decoder is available for higher audio quality, though it requires at least 12GB VRAM with offload or 20GB recommended.

The project maintains active development with recent releases of expanded model variants and continues to expand its capabilities. Documentation is comprehensive, including tutorials, architecture details, and a model zoo with multiple variants. The team provides multiple access points including a free online interface, Hugging Face integration, and local installation options, suggesting commitment to both research accessibility and practical usability.