mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-31 01:54:21 +00:00
fix some issues with the preview image: Preview generation is disabled by default and only done when requested
Cleared stale generation state at job start/end. Fixed the animated preview GIF buffer leak.
This commit is contained in:
parent
e3cb5e9e44
commit
61bfce83de
4 changed files with 75 additions and 18 deletions
|
|
@ -221,6 +221,10 @@ extern "C"
|
|||
{
|
||||
return sdtype_get_ongoing_generation_info();
|
||||
}
|
||||
void sd_request_ongoing_generation_preview()
|
||||
{
|
||||
sdtype_request_ongoing_generation_preview();
|
||||
}
|
||||
|
||||
bool whisper_load_model(const whisper_load_model_inputs inputs)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue