mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-02 23:14:49 +08:00
Remove useless check.
This commit is contained in:
@@ -16,7 +16,7 @@ class EPS:
|
||||
noise = noise * torch.sqrt(1.0 + sigma ** 2.0)
|
||||
else:
|
||||
noise = noise * sigma
|
||||
if latent_image is not None:
|
||||
|
||||
noise += latent_image
|
||||
return noise
|
||||
|
||||
|
Reference in New Issue
Block a user