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), )