mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 21:30:15 +08:00
Merge branch 'comfyanonymous:master' into fix/secure-combo
This commit is contained in:
commit
33be293eb0
@ -650,6 +650,9 @@ class KSampler:
|
|||||||
self.model_k.latent_image = latent_image
|
self.model_k.latent_image = latent_image
|
||||||
self.model_k.noise = noise
|
self.model_k.noise = noise
|
||||||
|
|
||||||
|
if max_denoise:
|
||||||
|
noise = noise * torch.sqrt(1.0 + sigmas[0] ** 2.0)
|
||||||
|
else:
|
||||||
noise = noise * sigmas[0]
|
noise = noise * sigmas[0]
|
||||||
|
|
||||||
k_callback = None
|
k_callback = None
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user