Skip to content

Commit

Permalink
fix(api): provide noise parameter to SD upscaling (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 18, 2023
1 parent 391a707 commit f336cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/onnx_web/chain/upscale_stable_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ def upscale_stable_diffusion(
negative_prompt=params.negative_prompt,
num_inference_steps=params.steps,
eta=params.eta,
noise_level=upscale.denoise,
callback=callback,
).images[0]

0 comments on commit f336cc5

Please sign in to comment.