Skip to content

Commit

Permalink
fix(api): add missing params to SD upscale
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 20, 2023
1 parent c1189aa commit 0deaa88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/onnx_web/chain/upscale_stable_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def upscale_stable_diffusion(
params.prompt,
source,
generator=generator,
guidance_scale=params.cfg,
negative_prompt=params.negative_prompt,
num_inference_steps=params.steps,
eta=params.eta,
callback=callback,
Expand Down

0 comments on commit 0deaa88

Please sign in to comment.