From cf158f1b6e76ce97bff0e05788d41e27341b466c Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:59:16 +0800 Subject: [PATCH] updated lite --- embd_res/klite.embd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embd_res/klite.embd b/embd_res/klite.embd index 0f64532b2..f4174972d 100644 --- a/embd_res/klite.embd +++ b/embd_res/klite.embd @@ -13814,14 +13814,14 @@ Current version indicated by LITEVER below. } },false,false,true); } - else if(localflag && koboldcpp_has_txt2img && no_txt_model && safe_to_overwrite()) + else if(localflag && koboldcpp_has_txt2img && no_txt_model) { msgboxYesNo("This KoboldCpp instance seems to be running an Image Generation model without any Text Generation model loaded.\n\nWould you like to launch StableUI (Dedicated Image Generation WebUI bundled with KoboldCpp)?\n\nIf unsure, select 'Yes'.","Launch StableUI?", ()=>{ go_to_stableui(); },()=>{ }); } - else if(localflag && koboldcpp_has_musicgen && no_txt_model && safe_to_overwrite()) + else if(localflag && koboldcpp_has_musicgen && no_txt_model) { msgboxYesNo("This KoboldCpp instance seems to be running an Music Generation model without any Text Generation model loaded.\n\nWould you like to launch MusicUI (Dedicated Music Generation WebUI bundled with KoboldCpp)?\n\nIf unsure, select 'Yes'.","Launch MusicUI?", ()=>{ go_to_musicui();