mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 18:09:42 +00:00
ui for loading SD models done
This commit is contained in:
parent
524ba12abd
commit
66134bb36e
3 changed files with 142 additions and 57 deletions
1
expose.h
1
expose.h
|
@ -102,6 +102,7 @@ struct token_count_outputs
|
|||
struct load_sd_model_inputs
|
||||
{
|
||||
const char * model_filename;
|
||||
const int debugmode = 0;
|
||||
};
|
||||
struct sd_generation_inputs
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue