From 89c3b2a40393d3c7f3d1dd67e1713c9de5a917ec Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 1 Apr 2023 14:41:35 -0500 Subject: [PATCH] correctly upscale highres tiles --- api/onnx_web/diffusers/run.py | 2 +- gui/src/strings/de.ts | 1 + gui/src/strings/es.ts | 1 + gui/src/strings/fr.ts | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/api/onnx_web/diffusers/run.py b/api/onnx_web/diffusers/run.py index a97e0089..5b768745 100644 --- a/api/onnx_web/diffusers/run.py +++ b/api/onnx_web/diffusers/run.py @@ -140,7 +140,7 @@ def run_txt2img_pipeline( server, StageParams(), params, - image, + tile, upscale=upscale.with_args( faces=False, ), diff --git a/gui/src/strings/de.ts b/gui/src/strings/de.ts index f144319d..35de30a7 100644 --- a/gui/src/strings/de.ts +++ b/gui/src/strings/de.ts @@ -97,6 +97,7 @@ export const I18N_STRINGS_DE = { height: 'Höhe', highres: { label: '', + method: '', scale: '', steps: '', strength: '', diff --git a/gui/src/strings/es.ts b/gui/src/strings/es.ts index d43c7e30..bea34488 100644 --- a/gui/src/strings/es.ts +++ b/gui/src/strings/es.ts @@ -97,6 +97,7 @@ export const I18N_STRINGS_ES = { height: 'Altura', highres: { label: '', + method: '', scale: '', steps: '', strength: '', diff --git a/gui/src/strings/fr.ts b/gui/src/strings/fr.ts index 63dec20b..eee30cd6 100644 --- a/gui/src/strings/fr.ts +++ b/gui/src/strings/fr.ts @@ -97,6 +97,7 @@ export const I18N_STRINGS_FR = { height: '', highres: { label: '', + method: '', scale: '', steps: '', strength: '',