mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-24 22:09:00 +08:00
Pass sigma to apply_refiner
This commit is contained in:
parent
f4869f8de3
commit
09d2e58811
@ -152,7 +152,7 @@ class CFGDenoiser(torch.nn.Module):
|
|||||||
if state.interrupted or state.skipped:
|
if state.interrupted or state.skipped:
|
||||||
raise sd_samplers_common.InterruptedException
|
raise sd_samplers_common.InterruptedException
|
||||||
|
|
||||||
if sd_samplers_common.apply_refiner(self):
|
if sd_samplers_common.apply_refiner(self, sigma):
|
||||||
cond = self.sampler.sampler_extra_args['cond']
|
cond = self.sampler.sampler_extra_args['cond']
|
||||||
uncond = self.sampler.sampler_extra_args['uncond']
|
uncond = self.sampler.sampler_extra_args['uncond']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user