Merge pull request #653 from cool-bigdogs-tshirt/bigdog/unipc-img2img-steps

fix unipc img2img denoising sample count
This commit is contained in:
Vladimir Mandic
2023-04-30 13:49:15 -04:00
committed by GitHub
+1 -1
View File
@@ -47,7 +47,7 @@ class UniPCSampler(object):
# actual number of steps we'll run
self.steps = max(
num_inference_steps - init_timestep,
init_timestep,
shared.opts.uni_pc_order+1,
)