Conversation
- Add ACE-Step-DAW git submodule - Strip /api path prefix; model_inventory, init, health fields for DAW - normalizeDawBody, stem_separation 501, query_result progress_text - Serve DAW dist via ACESTEP_DAW_DIST / ACE-Step-DAW/dist - README demo with ACESTEP_MODELS_DIR; CI submodules; test scope ./test Made-with: Cursor
- daw:run npm install + npx vite build (skip upstream tsc -b) - README: document pristine submodule, optional npm run build inside DAW Made-with: Cursor
- modelScan: infer LM, embedding, VAE, DiT base/turbo/shift from .gguf names - config: merge ACESTEP_MODEL_MAP with autofill; defaultModel acestep-v15-base; ditModelPath prefers base; legoDitPath for lego-only synth - worker: lego task_type always uses base DiT (acestep.cpp lego.sh); lego.json defaults for inference/guidance/shift; parseFormBoolean for multipart flags - index: describeModelAutoconfig + effective path startup logs - parseBool + tests; modelScan tests; README autoconfig + lego docs Made-with: Cursor
- Copy entire extracted archive (bin + lib + dylibs), not only ace-lm/ace-synth - Flat layouts: move executables and shared libs into bin/; keep lib/ sibling - README: document full dist/acestep-runtime layout Made-with: Cursor
- Copy every archive file by basename into a single bin/ directory - Drop lib/ or nested tree layout; detect basename collisions - README: document flat runtime layout Made-with: Cursor
- toAbsolutePath() under getResourceRoot; tmpDir/audioStorageDir always absolute - Pass absolute --request/--lm/--embedding/--dit/--vae/--lora/--src-audio (cwd is job dir) - tests for toAbsolutePath Made-with: Cursor
- normalizeRepaintingBounds when end <= start (incl. equal) - release_task pipeline; tests + README Made-with: Cursor
- readWavDurationSeconds + clampRepaintingToSourceAudio in worker before request JSON - Beat heuristic when bounds > file length (60/bpm), then clamp; collapse → -1 - normalizeRepaintingBounds: use -1 not 0 when end <= start - tests + README Made-with: Cursor
… bundle, README, tests) - config: model scan autofill + listGguf/scannedModelMap + lego-safe defaults - worker: resolveDitPath merges map + scan; src-audio path check + toAbsolutePath - index: /health combines DAW fields + ace-synth binary probe; isPathWithin audio - bundle-acestep: flat install + chmod non-.a files in bin - tests: align config fallbacks with acestep-v15-base default Made-with: Cursor
Added information about ACE-Step-DAW as a submodule.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.