From 4a8a51a3a7e6ff7bb781f8c31459d045af6f9374 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 4 May 2026 15:30:45 +0800 Subject: [PATCH] updated sdui, increase ace step music vae chunk size --- embd_res/kcpp_sdui.embd | 34 +++++++++++++++++----------------- otherarch/acestep/dit-vae.cpp | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/embd_res/kcpp_sdui.embd b/embd_res/kcpp_sdui.embd index 4e136724b..0914f3998 100644 --- a/embd_res/kcpp_sdui.embd +++ b/embd_res/kcpp_sdui.embd @@ -5,18 +5,18 @@ Stable UI for KoboldCpp - - diff --git a/otherarch/acestep/dit-vae.cpp b/otherarch/acestep/dit-vae.cpp index c10088a47..d05cb2fb4 100644 --- a/otherarch/acestep/dit-vae.cpp +++ b/otherarch/acestep/dit-vae.cpp @@ -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