ACE-Step-CPU / app.py

Commit History

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

use bfloat16 precision for training to halve RAM usage
a0e1f4c

Nekochu commited on

stop ace-server during training to free RAM, restart after, add log visibility
c2cb0b9

Nekochu commited on

monkey-patch torchaudio.load to use soundfile backend
afccbc0

Nekochu commited on

add LoRA training, fix css kwarg
625132a

Nekochu commited on

full app: CLI + Gradio + training placeholder + MCP
72e4b69

Nekochu commited on

rewrite app.py for ace-server HTTP API, no torch
2dc2899

Nekochu commited on

clickable title
fe00878

Nekochu commited on

slim title
1e6f1c3

Nekochu commited on

compact grid UI, 4B default, show training model
4b376ab

Nekochu commited on

force float32 on training model for CPU
562fa54

Nekochu commited on

fix: LoRA rank param is 'r' not 'rank'
dece91f

Nekochu commited on

fix training: use LoRAConfigV2 instead of Union type alias
a6b0e73

Nekochu commited on

step 7: real app.py
dae27d4

Nekochu commited on

step 6: +numba (all deps)
2da29c2

Nekochu commited on

step 5: +vector-quantize-pytorch
3280257

Nekochu commited on

step 4: +peft +torchvision
27ddf91

Nekochu commited on

step 3: core deps without heavy ones
7de0ea2

Nekochu commited on

step label
f0eaee4

Nekochu commited on

step 1: bare gradio
5c82a90

Nekochu commited on