mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 11:59:42 +00:00
inpaining support completed, invert mask added
This commit is contained in:
parent
23339ace9b
commit
27f575dc83
4 changed files with 12 additions and 2 deletions
1
expose.h
1
expose.h
|
@ -169,6 +169,7 @@ struct sd_generation_inputs
|
|||
const char * negative_prompt = nullptr;
|
||||
const char * init_images = "";
|
||||
const char * mask = "";
|
||||
const bool flip_mask = false;
|
||||
const float denoising_strength = 0.0f;
|
||||
const float cfg_scale = 0.0f;
|
||||
const int sample_steps = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue