1
0
Fork 0

correctly upscale highres tiles

This commit is contained in:
Sean Sube 2023-04-01 14:41:35 -05:00
parent 6d23491529
commit 89c3b2a403
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
4 changed files with 4 additions and 1 deletions

View File

@ -140,7 +140,7 @@ def run_txt2img_pipeline(
server, server,
StageParams(), StageParams(),
params, params,
image, tile,
upscale=upscale.with_args( upscale=upscale.with_args(
faces=False, faces=False,
), ),

View File

@ -97,6 +97,7 @@ export const I18N_STRINGS_DE = {
height: 'Höhe', height: 'Höhe',
highres: { highres: {
label: '', label: '',
method: '',
scale: '', scale: '',
steps: '', steps: '',
strength: '', strength: '',

View File

@ -97,6 +97,7 @@ export const I18N_STRINGS_ES = {
height: 'Altura', height: 'Altura',
highres: { highres: {
label: '', label: '',
method: '',
scale: '', scale: '',
steps: '', steps: '',
strength: '', strength: '',

View File

@ -97,6 +97,7 @@ export const I18N_STRINGS_FR = {
height: '', height: '',
highres: { highres: {
label: '', label: '',
method: '',
scale: '', scale: '',
steps: '', steps: '',
strength: '', strength: '',