mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
try revert vae chunk size change
This commit is contained in:
@@ -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 = 512;
|
||||
int vae_chunk = 256;
|
||||
int vae_overlap = 64;
|
||||
|
||||
// Parse request JSON
|
||||
|
||||
Reference in New Issue
Block a user