Ace‑Step‑1.5‑Api‑Server‑UI – Text‑to‑Music Generation UI
Deploy Ace‑Step‑1.5 API server UI to add text‑to‑music generation to your workflow.
Clone the repo, set up the API server, and test each feature on sample audio.
Summary
The author introduces Ace‑Step‑1.5‑Api‑Server‑UI, a web UI for text‑to‑music generation built on a local API server. Features include Compose for full parameter control, Cover for style transfer from reference audio, Repaint for selective region editing with a WaveSurfer timeline, and Base modes such as Lego (add instrument track), Extract (isolate a stem), and Complete (generate accompaniment). The UI supports a multi‑track timeline with solo/mute/volume controls, persistent configuration via localStorage, batch generation, and multi‑LORA support. The repository includes documentation and example usage.
This tool enables developers to experiment with text‑to‑music models without writing code, facilitating rapid prototyping and integration into larger workflows. The multi‑track timeline and batch generation features are particularly useful for production pipelines.
Users can clone the repo, set up the API server, and test each feature on sample audio to evaluate its capabilities.
Key changes
- Compose allows full parameter control for text‑to‑music.
- Cover enables style transfer from reference audio.
- Repaint supports selective region editing with WaveSurfer timeline.
- Base modes include Lego, Extract, Complete.
- Multi‑track timeline with solo/mute/volume controls.
- Persistent configuration via localStorage.
- Batch generation support.
- Multi‑LORA support.