updated lite

This commit is contained in:
Concedo
2026-03-02 16:59:16 +08:00
parent d7fb3df10a
commit cf158f1b6e
+2 -2
View File
@@ -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();