ACE-Step-CPU / Dockerfile

Commit History

upgrade torch>=2.6 (CLAP needs torch.load fix for CVE-2025-32434)
6b3e616

Nekochu commited on

remove lightning dep (not needed, breaks CPU torch index)
5d846d9

Nekochu commited on

add fast captioning module (CLAP + faster-whisper + Silero VAD), update deps
4619f39

Nekochu commited on

remove XL checkpoint download (OOMKilled build, training uses standard turbo)
6d9fb39

Nekochu commited on

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

Nekochu commited on

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

Nekochu commited on

add auto-captioning (BPM/key/signature via librosa), add librosa+mutagen deps
1d42836

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

copy train_engine.py into Docker image
5fe3c53

Nekochu commited on

Side-Step training engine, tested locally on CPU
a07b39d

Nekochu commited on

switch back to 1.7B LM (fastest at 269s, 0.6B was 936s)
5e95353

Nekochu commited on

swap LM to 0.6B Q8_0 for speed test
88b9223

Nekochu commited on

swap LM 4B->1.7B Q8_0 for faster CPU inference
b14d3e8

Nekochu commited on

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

Nekochu commited on

add einops + vector_quantize_pytorch for model loading
88ca206

Nekochu commited on

pre-download training checkpoints at build time
c37e80e

Nekochu commited on

pin diffusers==0.30.3 for torch 2.4.x compat
f59d542

Nekochu commited on

pin torchaudio==2.4.0 (before torchcodec default backend)
148cd6b

Nekochu commited on

force uninstall torchcodec (torchaudio dependency, broken on Ubuntu 22.04)
9822bee

Nekochu commited on

remove torchcodec (needs FFmpeg 5.x), keep soundfile backend
63d7cb8

Nekochu commited on

add torchcodec + ffmpeg for torchaudio audio loading
f1f383b

Nekochu commited on

add soundfile + libsndfile1 for torchaudio backend
dd7a793

Nekochu commited on

add all training deps: diffusers lightning numpy tensorboard
eb1b926

Nekochu commited on

add torchaudio dep for training preprocess
9dc4031

Nekochu commited on

add loguru dep for training preprocess
d89a224

Nekochu commited on

install gradio[mcp] for mcp_server support
eb0e7f8

Nekochu commited on

add git to runtime image for ace-step source clone
0f0b7b0

Nekochu commited on

add LoRA training, fix css kwarg
625132a

Nekochu commited on

copy all shared libs including versioned symlinks
567a93e

Nekochu commited on

add pkg-config for BLAS detection
fd22b19

Nekochu commited on

switch to acestep.cpp GGUF: XL turbo Q4_K_M + 4B LM Q5_K_M
fccaf48

Nekochu commited on