comfyanonymous
|
908dc1d5a8
|
Add a total_steps value to sampler callback.
|
2 years ago |
comfyanonymous
|
d3293c8339
|
Properly disable all progress bars when disable_pbar=True
|
2 years ago |
comfyanonymous
|
5a971cecdb
|
Add callback to sampler function.
Callback format is: callback(step, x0, x)
|
2 years ago |
comfyanonymous
|
3cd7d84b53
|
Fix uni_pc sampler not working with 1 or 2 steps.
|
2 years ago |
comfyanonymous
|
2976c1ad28
|
Uni_PC: make max denoise behave more like other samplers.
On the KSamplers denoise of 1.0 is the same as txt2img but there was a
small difference on UniPC.
|
2 years ago |
comfyanonymous
|
a7328e4945
|
Add uni_pc bh2 variant.
|
2 years ago |
comfyanonymous
|
4efa67fa12
|
Add ControlNet support.
|
2 years ago |
comfyanonymous
|
07db00355f
|
Add masks to samplers code for inpainting.
|
2 years ago |
comfyanonymous
|
e3451cea4f
|
uni_pc now works with KSamplerAdvanced return_with_leftover_noise.
|
2 years ago |
comfyanonymous
|
f542f248f1
|
Show the right amount of steps in the progress bar for uni_pc.
The extra step doesn't actually call the unet so it doesn't belong in
the progress bar.
|
2 years ago |
comfyanonymous
|
f10b8948c3
|
768-v support for uni_pc sampler.
|
2 years ago |
comfyanonymous
|
ce0aeb109e
|
Remove print.
|
2 years ago |
comfyanonymous
|
5489d5af04
|
Add uni_pc sampler to KSampler* nodes.
|
2 years ago |