mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 09:59:50 +00:00
make stereo default
This commit is contained in:
parent
211d4fe632
commit
3cc6e2ea17
3 changed files with 4 additions and 4 deletions
|
|
@ -2507,7 +2507,7 @@ def music_generate_audio(genparams):
|
|||
input_json = json.dumps(genparams)
|
||||
inputs = music_generation_inputs()
|
||||
inputs.is_planner_mode = False
|
||||
inputs.stereo = genparams.get('stereo', False)
|
||||
inputs.stereo = genparams.get('stereo', True)
|
||||
inputs.gen_codes = genparams.get('gen_codes', False)
|
||||
inputs.rewrite_caption = genparams.get('rewrite_caption', True)
|
||||
inputs.input_json = input_json.encode("UTF-8")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue