Skip to content

Commit

Permalink
ensure tiled latents are correct shape
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jul 10, 2023
1 parent da6f00d commit 8acfaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/onnx_web/chain/source_txt2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run(
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(
Expand Down

0 comments on commit 8acfaaa

Please sign in to comment.