1
0
Fork 0

use correct upscale params for highres metadata

This commit is contained in:
Sean Sube 2024-01-14 09:49:59 -06:00
parent f7b171f198
commit 8f31d16fa3
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def stage_highres(
EditMetadataStage(), EditMetadataStage(),
stage.with_args(outscale=1, tile_size=SizeChart.max), stage.with_args(outscale=1, tile_size=SizeChart.max),
highres=highres, highres=highres,
upscale=UpscaleParams(upscale.upscale_model, upscale=False), upscale=upscale,
replace_params=params, replace_params=params,
) )