summaryrefslogtreecommitdiff
path: root/stable_diffusion.h
diff options
context:
space:
mode:
Diffstat (limited to 'stable_diffusion.h')
-rw-r--r--stable_diffusion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stable_diffusion.h b/stable_diffusion.h
index 19d0acf..b498a7c 100644
--- a/stable_diffusion.h
+++ b/stable_diffusion.h
@@ -26,6 +26,7 @@ struct sd_state
int32 Height = 512;
int32 SamplerIndex = 0;
real32 CFG = 7;
+ int32 BatchSize = 4;
real32 DenoisingStrength = 0.4;
int32 Seed = -1;
};