From 1da96e0dbe95f5078623e2b0469152692833a096 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Tue, 22 Nov 2022 23:02:54 -0500 Subject: file io, compression --- stable_diffusion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stable_diffusion.h') diff --git a/stable_diffusion.h b/stable_diffusion.h index febb8f6..19d0acf 100644 --- a/stable_diffusion.h +++ b/stable_diffusion.h @@ -23,10 +23,10 @@ struct sd_state char ServerAddress[128]; int32 Steps = 10; int32 Width = 384; - int32 Height = 384; + int32 Height = 512; int32 SamplerIndex = 0; real32 CFG = 7; - real32 DenoisingStrength = 0.8; + real32 DenoisingStrength = 0.4; int32 Seed = -1; }; -- cgit v1.2.3