mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-17 04:09:19 +00:00
updated sdui, increase ace step music vae chunk size
This commit is contained in:
parent
950676fdb7
commit
4a8a51a3a7
2 changed files with 18 additions and 18 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue