mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-13 02:19:41 +00:00
export image model version when loading
This commit is contained in:
parent
2a21635535
commit
fa65b23de3
5 changed files with 46 additions and 8 deletions
5
expose.h
5
expose.h
|
@ -172,6 +172,11 @@ struct sd_load_model_inputs
|
|||
const bool quiet = false;
|
||||
const int debugmode = 0;
|
||||
};
|
||||
struct sd_load_model_outputs
|
||||
{
|
||||
int status = -1;
|
||||
const char * model_version = ""; // SDVersion
|
||||
};
|
||||
struct sd_generation_inputs
|
||||
{
|
||||
const char * prompt = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue