mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 19:39:42 +00:00
added photomaker face cloning
This commit is contained in:
parent
21881a861d
commit
4e40f2aaf4
6 changed files with 161 additions and 57 deletions
2
expose.h
2
expose.h
|
@ -169,6 +169,7 @@ struct sd_load_model_inputs
|
|||
const char * vae_filename = nullptr;
|
||||
const char * lora_filename = nullptr;
|
||||
const float lora_multiplier = 1.0f;
|
||||
const char * photomaker_filename = nullptr;
|
||||
const int img_hard_limit = 0;
|
||||
const int img_soft_limit = 0;
|
||||
const bool quiet = false;
|
||||
|
@ -180,6 +181,7 @@ struct sd_generation_inputs
|
|||
const char * negative_prompt = nullptr;
|
||||
const char * init_images = "";
|
||||
const char * mask = "";
|
||||
const char * photomaker_image = "";
|
||||
const bool flip_mask = false;
|
||||
const float denoising_strength = 0.0f;
|
||||
const float cfg_scale = 0.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue