1
0
Fork 0

ensure tiled latents are correct shape

This commit is contained in:
Sean Sube 2023-07-09 22:45:51 -05:00
parent da6f00d2a5
commit 8acfaaa1ee
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class SourceTxt2ImgStage(BaseStage):
else:
# slice existing latents
latents = get_tile_latents(latents, dims, size)
pipe_width, pipe_height = size
pipe_width = pipe_height = tile_size
pipe_type = params.get_valid_pipeline("txt2img")
pipe = load_pipeline(