1
0
Fork 0

fix(api): provide noise parameter to SD upscaling (#196)

This commit is contained in:
Sean Sube 2023-03-18 14:02:30 -05:00
parent 391a707c84
commit f336cc5d02
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 0 deletions

View File

@ -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]