From 09c6cb9e3be2655b842e13dd68879cb10cf52acf Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Mon, 21 Nov 2022 13:56:37 -0500 Subject: things --- stable_diffusion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stable_diffusion.h') diff --git a/stable_diffusion.h b/stable_diffusion.h index 97ae076..febb8f6 100644 --- a/stable_diffusion.h +++ b/stable_diffusion.h @@ -26,7 +26,7 @@ struct sd_state int32 Height = 384; int32 SamplerIndex = 0; real32 CFG = 7; - real32 DenoisingStrength = 0.2; + real32 DenoisingStrength = 0.8; int32 Seed = -1; }; -- cgit v1.2.3