From c794819762160eefb6e0c4dc4fc88d6b9dfa52f7 Mon Sep 17 00:00:00 2001 From: lvmin Date: Thu, 10 Aug 2023 11:35:54 -0700 Subject: [PATCH] i --- modules/default_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default_pipeline.py b/modules/default_pipeline.py index d81aea03..398c073a 100644 --- a/modules/default_pipeline.py +++ b/modules/default_pipeline.py @@ -14,7 +14,7 @@ del xl_base.vae @torch.no_grad() -def process(positive_prompt, negative_prompt, width=1024, height=1024, batch_size=1): +def process(positive_prompt, negative_prompt, width=1280, height=960, batch_size=1): positive_conditions = core.encode_prompt_condition(clip=xl_base.clip, prompt=positive_prompt) negative_conditions = core.encode_prompt_condition(clip=xl_base.clip, prompt=negative_prompt)