Update nodes.py
This commit is contained in:
parent
4a7458ffd6
commit
fd4a02e6a6
2
nodes.py
2
nodes.py
@ -59,7 +59,7 @@ class MochiSigmaSchedule:
|
||||
RETURN_NAMES = ("sigmas",)
|
||||
FUNCTION = "loadmodel"
|
||||
CATEGORY = "MochiWrapper"
|
||||
DESCRIPTION = "torch.compile settings, when connected to the model loader, torch.compile of the selected layers is attempted. Requires Triton and torch 2.5.0 is recommended"
|
||||
DESCRIPTION = "Sigma schedule to use with mochi wrapper sampler"
|
||||
|
||||
def loadmodel(self, num_steps, threshold_noise, denoise, linear_steps=None):
|
||||
total_steps = num_steps
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user