mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Merge pull request #653 from cool-bigdogs-tshirt/bigdog/unipc-img2img-steps
fix unipc img2img denoising sample count
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user