Skip to content

Commit

Permalink
fix(api): collect final images from SD upscale stage
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jul 5, 2023
1 parent fed4315 commit 3798ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/onnx_web/chain/upscale_stable_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ def run(
noise_level=upscale.denoise,
callback=callback,
)
outputs.extend(result.image)
outputs.extend(result.images)

return outputs

0 comments on commit 3798ea7

Please sign in to comment.