DKTechin/acestep
acestep — runtime + GGUF weights mirror
Files needed by the local music generation feature of the KakaoWork desktop app. This repository is a mirror kept for build reproducibility: the app pins a sha256 for every file, so it needs a location whose bytes never change.
Contents
Runtime (built by us)
acestep.cpp has no upstream release artifacts, so we build it ourselves.
Each archive is flat: ace-lm, ace-synth and the ggml shared libraries sit at the top level. The executables resolve the libraries next to them, so keep them in one directory.
Weights (mirrored, byte-identical)
Re-uploaded unchanged from Serveurperso/ACE-Step-1.5-GGUF. Only the four files our app loads are mirrored; that repository has many more quantizations and is the place to look for them.
The sha256 values are the upstream ones — verify against the source repository if you want to confirm nothing was altered in transit.
Credits and license
- Original model weights: ACE Studio and StepFun — ACE-Step/Ace-Step1.5. All model weights are theirs; we changed nothing.
- GGUF conversion and quantization: Serveurperso — Serveurperso/ACE-Step-1.5-GGUF (MIT), whose model card also credits Aryanne and jeankassio for specific weight merges.
- The mirrored weights are redistributed under the MIT license of the source repository. Please refer to the upstream repositories for the terms that apply to the original model.
- The runtime archives are builds of acestep.cpp; its own license applies.
