From 6799b157bae5654d77d0fc2685a1ef3e4a7d9f4c Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Wed, 23 Nov 2022 11:47:09 -0500 Subject: graph improvements --- stable_diffusion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stable_diffusion.h') 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; }; -- cgit v1.2.3