mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 09:15:18 +02:00
sd: cancel image generation on client disconnect (#2318)
This commit is contained in:
@@ -213,6 +213,10 @@ extern "C"
|
||||
{
|
||||
return sdtype_get_info();
|
||||
}
|
||||
void sd_abort_generation()
|
||||
{
|
||||
sdtype_abort_generation();
|
||||
}
|
||||
|
||||
bool whisper_load_model(const whisper_load_model_inputs inputs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user