waifuwave: upscale less
Some checks failed
Create and publish a Docker image to GitHub Container Registry / build-and-push-image (push) Failing after 49s

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-01-14 14:31:09 -05:00
parent b30e5946e1
commit d665a83054
Signed by: xe
SSH Key Fingerprint: SHA256:7EWsWanxCI427bJ0t3CA6LyqXnkPajReCxkUhbpJULU

View File

@ -217,7 +217,7 @@ def generate_image(prompt: str, negative_prompt: str):
nnlatentupscale_31 = nnlatentupscale.upscale( nnlatentupscale_31 = nnlatentupscale.upscale(
version="SD 1.x", version="SD 1.x",
upscale=2.0, upscale=1.5,
latent=get_value_at_index(vaeencode_86, 0), latent=get_value_at_index(vaeencode_86, 0),
) )