Skip to content

Commit 29a1bed

Browse files
authored
Add files via upload
1 parent 696d303 commit 29a1bed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nodes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ def INPUT_TYPES(s):
1414
CATEGORY = "model_patches"
1515

1616
def patch(self, model, scale, method):
17-
sigmin = model.model.model_sampling.sigma(model.model.model_sampling.timestep(model.model.model_sampling.sigma_min)).item()
18-
sigmax = model.model.model_sampling.sigma(model.model.model_sampling.timestep(model.model.model_sampling.sigma_max)).item()
1917
def uncond_zero(args):
2018
cond = args["cond_denoised"]
2119
x_orig = args["input"]

0 commit comments

Comments
 (0)