From fc4e97050aeb65ef89ba4cf0badd4cf9615d50fe Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Thu, 24 Nov 2022 23:47:24 +0000 Subject: misc fixes --- 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 887b469..3335796 100644 --- a/stable_diffusion.h +++ b/stable_diffusion.h @@ -22,8 +22,8 @@ struct sd_state char NegPrompt[256]; char ServerAddress[128]; int32 Steps = 10; - int32 Width = 960; - int32 Height = 640; + int32 Width = 512; + int32 Height = 512; int32 SamplerIndex = 0; real32 CFG = 7; int32 BatchSize = 1; -- cgit v1.2.3