mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
updated lite
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user