Skip to content

Commit

Permalink
fix(api): use full-size latents for all panorama pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Nov 15, 2023
1 parent 1bdfb4a commit 5824149
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 @@ -64,7 +64,7 @@ def run(
params
)

if params.is_xl():
if params.is_panorama() or params.is_xl():
tile_size = max(stage.tile_size, params.unet_tile)
else:
tile_size = params.unet_tile
Expand Down

0 comments on commit 5824149

Please sign in to comment.