1
0
Fork 0

restore inpainting fix

This commit is contained in:
Sean Sube 2023-11-23 11:36:03 -06:00
parent 3ffb30f121
commit 51f0806c4a
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 2 deletions

View File

@ -162,8 +162,7 @@ class ChainPipeline:
if stage_pipe.max_tile > 0:
tile = min(stage_pipe.max_tile, stage_params.tile_size)
# TODO: stage_sources will always be defined here
if must_tile:
if must_tile or len(stage_sources) > 0:
logger.info(
"image contains sources or is larger than tile size of %s, tiling stage",
tile,