allow reversing the reference image

This commit is contained in:
Concedo
2026-05-31 23:08:58 +08:00
parent fcceb68f3f
commit 14b7da5e44
4 changed files with 32 additions and 27 deletions
+1
View File
@@ -223,6 +223,7 @@ struct sd_generation_inputs
const char * mask = "";
const int extra_images_len = 0;
const char ** extra_images = nullptr;
const bool reverse_refimg = false;
const bool flip_mask = false;
const float denoising_strength = 0.0f;
const float cfg_scale = 0.0f;