updated sdui, increase ace step music vae chunk size

This commit is contained in:
Concedo 2026-05-04 15:30:45 +08:00
parent 950676fdb7
commit 4a8a51a3a7
2 changed files with 18 additions and 18 deletions

File diff suppressed because one or more lines are too long

View file

@ -250,7 +250,7 @@ std::string acestep_generate_audio(const music_generation_inputs inputs)
int Oc = music_dit_cfg.out_channels; // 64
int ctx_ch = music_dit_cfg.in_channels - Oc; // 128
int batch_n = 1;
int vae_chunk = 256;
int vae_chunk = 512;
int vae_overlap = 64;
// Parse request JSON