Skip to content

Commit

Permalink
fix(api): correctly pass noise level to SD upscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed May 10, 2023
1 parent eb100f6 commit dde1e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/onnx_web/diffusers/pipelines/upscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(
unet,
low_res_scheduler,
scheduler,
max_noise_level,
max_noise_level=max_noise_level,
)

def __call__(
Expand Down

0 comments on commit dde1e2d

Please sign in to comment.