Generate, edit, and customize music from text or audio with an open-source model that runs on your local machine.
ACE-Step 1.5 is an open-source music foundation model from ACE Studio and StepFun. It provides commercial-grade music generation that runs efficiently on consumer hardware. Its hybrid architecture uses a Language Model to plan comprehensive song blueprints from simple user queries, which a Diffusion Transformer then uses to synthesize the final audio, complete with lyrics and metadata.
Users install ACE-Step 1.5 by cloning its GitHub repository and running local setup scripts. It can be operated via a Gradio web UI, a REST API, or a command-line interface. Users provide text prompts, and optionally reference audio, to guide generation, and the model outputs a complete audio file. As an open-source project under the MIT license, it runs on a user's own GPU and is free to use.
ACE-Step 1.5 is best for developers, music producers, and researchers who need a powerful, locally-hosted music generation model. It is the right choice for users requiring deep customization, such as training their own LoRA models, or programmatic access via its API.
While it can run on lower-end GPUs, achieving the highest audio quality with the XL models requires significant VRAM (12-20GB+). Users must carefully select the correct model components and configuration for their specific hardware to balance performance and quality.