We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696d303 commit 29a1bedCopy full SHA for 29a1bed
nodes.py
@@ -14,8 +14,6 @@ def INPUT_TYPES(s):
14
CATEGORY = "model_patches"
15
16
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()
19
def uncond_zero(args):
20
cond = args["cond_denoised"]
21
x_orig = args["input"]
0 commit comments