Ace Step 1.5 Dataset Manager
February 25, 2026 · View on GitHub

A desktop utility for preparing and editing music datasets for ACE Step 1.5 / LoRA training.
Download
Download the latest version from the Releases page:
👉 https://github.com/Neyroslav/Ace-Step-1.5-Dataset-Manager/releases
Installation
- Download the .zip archive.
- Extract it to any folder.
- Run AceStep15DatasetManager.exe
No installation required.
Overview
This tool helps you manage a dataset of audio tracks and edit per-track metadata in a fast, structured UI:
- Open a dataset from a folder or a specific
.jsonfile - Edit dataset-level metadata (
name,custom_tag,tag_position,all_instrumental,genre_ratio) - Edit per-track fields (
Caption,Lyrics,Genre,BPM,Key,Time Sig,Duration,Language, etc.) - Preview audio directly inside each track card
- Save in a JSON format compatible with ACE Step-gradio dataset workflows
Features
Dataset Editing UI
- Scrollable list of track cards
- Audio player per track (play/pause + seek slider)
- Sticky player/actions panels inside each card (remain visible while scrolling long lyrics)
- Separate expand/collapse buttons for
CaptionandLyrics Prompt Overrideper track:Use Global Ratio->nullCaptionGenre
Workflow
SaveandSave AsMake backup(stores backups in_Backup)Reload(reloads current folder/json to pick up external changes)Merge paragraphsfor captionsExpand all / Collapse all- Unsaved-change tracking and field highlighting
- Close protection when there are unsaved changes
Writing-Focused Features
- Optional Caption/Lyrics-only mode (reduces visual noise)
- Focus/Zen mode (hide top/right panels)
- Customizable font size for
Caption/Lyrics - Plain-text paste behavior (pasting from browser strips rich formatting)
Tutorials
- Built-in tutorial windows for Caption and Lyrics
- Loads content from external Markdown files (
Help/*.md)
Hotkeys (Customizable)
Hotkeys are configurable in Settings:
- Focus mode toggle
- Save
- Make backup
- Play/Pause
- Seek backward
- Seek forward
Default media hotkeys:
Pause-> Play/PauseAlt+Left-> Seek backwardAlt+Right-> Seek forward
Seek step is configurable in Settings (seconds).
Build (Qt / CMake)
Requirements
- Qt 6 (
Widgets,Multimedia) - CMake
- C++17 compiler (MSVC / clang / gcc)
Example (Windows / MSVC)
cmake -S . -B build -DCMAKE_PREFIX_PATH="C:\Qt\6.10.2\msvc2022_64"
cmake --build build --config Debug
Run:
.\build\Debug\MusicDatasetManager.exe
If CMake cannot find Qt, set CMAKE_PREFIX_PATH to your Qt installation.
License / Notice
This software uses Qt 6 (Qt Widgets / Qt Multimedia), licensed under LGPL v3.