This commit is contained in:
lllyasviel 2023-10-22 06:32:02 -07:00
parent 7d81eeed7e
commit 566cf08750
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
version = '2.1.726'
version = '2.1.727'

View File

@ -468,8 +468,8 @@ def process_diffusion(positive_cond, negative_cond, steps, switch, width, height
denoise=denoise)[switch:] * k_sigmas
len_sigmas = len(sigmas) - 1
assert isinstance(modules.patch.eps_record, torch.Tensor)
residual_noise = modules.patch.eps_record / modules.patch.eps_record.std()
residual_noise = modules.patch.eps_record
assert isinstance(residual_noise, torch.Tensor)
if modules.inpaint_worker.current_task is not None:
modules.inpaint_worker.current_task.swap()