From 9f8c543f8d9acfa4cef2ccce723f6a5b27e8bd0d Mon Sep 17 00:00:00 2001 From: lvmin Date: Thu, 10 Aug 2023 05:33:32 -0700 Subject: [PATCH] i --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 4a2a0a1..5514512 100644 --- a/webui.py +++ b/webui.py @@ -27,7 +27,7 @@ opVAEDecode = VAEDecode() positive_conditions = opCLIPTextEncode.encode(clip=xl_base_clip, text='a handsome man in forest')[0] negative_conditions = opCLIPTextEncode.encode(clip=xl_base_clip, text='bad, ugly')[0] -initial_latent_image = opEmptyLatentImage.generate(width=1024, height=1536, batch_size=1)[0] +initial_latent_image = opEmptyLatentImage.generate(width=1024, height=1024, batch_size=1)[0] samples = opKSamplerAdvanced.sample( add_noise="enable",