ACE-Step-CPU / app.py

Commit History

compact UI: remove instrumental checkbox, lock steps, scroll fix, timing labels, LoRA+LM same row
20382cb
Running

Nekochu commited on

default 200 epochs, label with timing info, instant cancel in preprocessing
9151fbf

Nekochu commited on

instant cancel during preprocessing (dont wait for thread to finish)
059d153

Nekochu commited on

fix: parse multipart/mixed response from /understand (was expecting JSON, got multipart)
9c293be

Nekochu commited on

fix LM caption: use poll response data directly, empty body from /job?result=1 was the bug
92f884a

Nekochu commited on

debug LM caption: log result keys, check nested result, increase fetch timeout to 120s
3590f35

Nekochu commited on

fix: 5h fixed timeout per file, check total feasibility first
9d04583

Nekochu commited on

LM captioning: 5h timeout per file, check feasibility before starting
5dedf2e

Nekochu commited on

zip download: LoRA adapter + generated captions bundled together
89af747

Nekochu commited on

wire fast captioning (CLAP+Whisper+VAD) into training, add LM caption checkbox
d6a3e45

Nekochu commited on

random 60s crop at training time (matches Side-Step chunk-duration), remove pre-split chunking
d3618ec

Nekochu commited on

audio-level chunking (not latent), auto-scale epochs for chunk count
1ee8f1f

Nekochu commited on

chunk latents into ~30s segments for faster CPU training, energy-aware boundaries
2e395ab

Nekochu commited on

default rank 16 for faster CPU training
81f54b1

Nekochu commited on

add credit lines to both tabs
afe7cf4

Nekochu commited on

compact Generate Music UI, same layout style as Train tab
4d42fae

Nekochu commited on

move audio upload to left column
8d2b494

Nekochu commited on

skip bare librosa sidecar, let preprocessing faf analysis handle caption fallback
53f6566

Nekochu commited on

fix adapter save path, smart LM fallback, compact training UI, remove Server Status
35fbf3e

Nekochu commited on

cancel, captioning, preprocessing, sidecar upload, elapsed time, GeneratorExit fix
32de701

Nekochu commited on

fix review: debug leak, int crash, rank mismatch, 0-byte skip, log cap, understand diag
4d9a556

Nekochu commited on

fix: save PEFT adapter (not full model), remove random suffix from LoRA names, fix epoch cap to 1000
57df0f6

Nekochu commited on

fix: save_every_n_epochs=0, add demucs-infer to Dockerfile, debug adapter dir
0e27e49

Nekochu commited on

fix all review issues: dedup sampling/unwrap, thread-safe lock, cleanup, retry, security docs
829ed0c

Nekochu commited on

add _is_space flag, block inference during training, understand clone fix
3c15b8b

Nekochu commited on

major update: PyTorch inference, Gradio 6, session isolation, /understand captioning
ff239f5

Nekochu commited on

truncate long files to fit cap, show which files truncated/skipped
bc97006

Nekochu commited on

accept files until total audio cap reached, skip rest with warning
956dc8c

Nekochu commited on

replace per-file cap with total audio cap (30 min max)
1549b91

Nekochu commited on

add LoRA download button after training (gr.File output, like rvc-beatrice)
2d3c27c

Nekochu commited on

remove ace-server understand proxy, captioning stays librosa + txt sidecars
5b7a56f

Nekochu commited on

add /understand API endpoint for GGUF audio captioning
a4457c3

Nekochu commited on

update defaults: LR 3e-4, rank 32, alpha 2x rank (per Side-Step author)
04c031f

Nekochu commited on

save only on cancel/finish, max epochs 1000, default 3
d42aa91

Nekochu commited on

switch training to standard turbo (11s/epoch), auto-select standard GGUF for LoRA inference
c0f2a13

Nekochu commited on

fix: train on XL turbo (matches XL GGUF for inference), add XL checkpoint download
372f08e

Nekochu commited on

allow custom LoRA values in dropdown (API clients)
2bd2612

Nekochu commited on

log ace-server restart, show output for adapter debugging
d2ae079

Nekochu commited on

fix: forward adapter to synth request, default LM to 1.7B
b23b6b8

Nekochu commited on

fix: adapter saved to clean dir, LM dropdown no 'Default', on-demand download
e62602f

Nekochu commited on

Side-Step training engine, tested locally on CPU
a07b39d

Nekochu commited on

add LoRA adapter dropdown to inference UI
5c2e4e7

Nekochu commited on

default mp3, remove format selector, increase LM timeout to 900s
882ed5c

Nekochu commited on

remove accelerate (causes meta tensors), clean up patches
153f929

Nekochu commited on

fix meta tensor crash: force low_cpu_mem_usage=False and float32 for CPU
9ed24c7

Nekochu commited on

disable flash_sdp on CPU, force attn_implementation=sdpa for training
13f9406

Nekochu commited on

add granular logging + full stderr to diagnose preprocessing hang
6cee8bd

Nekochu commited on

fix: use float32 not bfloat16 for CPU training (bf16 deadlocks on CPU)
560b5e0

Nekochu commited on

redirect training subprocess stderr to log file for debugging
e69e9ec

Nekochu commited on

run training as detached subprocess to survive Gradio session timeout
a4a86a8

Nekochu commited on