mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 09:02:04 +00:00
fix for qwen image crashing due to ref images being too big, trial and error shows it happens after 512x512
This commit is contained in:
parent
7179e49aef
commit
333e2bb30b
2 changed files with 59 additions and 36 deletions
|
|
@ -65,7 +65,7 @@ dry_seq_break_max = 128
|
|||
extra_images_max = 4 # for kontext/qwen img
|
||||
|
||||
# global vars
|
||||
KcppVersion = "1.101"
|
||||
KcppVersion = "1.101.1"
|
||||
showdebug = True
|
||||
kcpp_instance = None #global running instance
|
||||
global_memory = {"tunnel_url": "", "restart_target":"", "input_to_exit":False, "load_complete":False, "restart_override_config_target":""}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue