From d665a83054076761124e5a591d46920b7ea1ed3f Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 14 Jan 2025 14:31:09 -0500 Subject: [PATCH] waifuwave: upscale less Signed-off-by: Xe Iaso --- waifuwave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waifuwave.py b/waifuwave.py index 0a4abbd..f5b128d 100644 --- a/waifuwave.py +++ b/waifuwave.py @@ -217,7 +217,7 @@ def generate_image(prompt: str, negative_prompt: str): nnlatentupscale_31 = nnlatentupscale.upscale( version="SD 1.x", - upscale=2.0, + upscale=1.5, latent=get_value_at_index(vaeencode_86, 0), )