


ACE-Step 1.5 is an open-source music generation foundation model developed by StepFun & ACE Studio. It combines a Language Model (LM) planner with a Diffusion Transformer (DiT) to produce commercial-grade music.
Set ACESTEP_MODE to choose the service to launch:
| Mode | Port | Description |
|---|---|---|
gradio (default) | 7860 | Interactive Gradio Web UI for music generation |
api | 8001 | REST API server for programmatic access (/generate, /health) |
| VRAM | Mode | LM Model |
|---|---|---|
| 6 GB | DiT-only (no LM) | None |
| 6-8 GB | DiT + LM | acestep-5Hz-lm-0.6B |
| 8-16 GB | DiT + LM | acestep-5Hz-lm-1.7B |
| 16+ GB | DiT + LM | acestep-5Hz-lm-4B |
gradio (Web UI) or api (REST API server)acestep-v15-turbo)acestep-5Hz-lm-1.7B)vllm (faster, needs 8GB+) or pt (PyTorch fallback)