ui for loading SD models done

This commit is contained in:
Concedo 2024-02-29 17:08:22 +08:00
parent 524ba12abd
commit 66134bb36e
3 changed files with 142 additions and 57 deletions

View file

@ -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
{