From fd4a02e6a619c84e9a76c3dff9a3644eec5216b9 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 3 Nov 2024 19:41:08 +0200 Subject: [PATCH] Update nodes.py --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index c78a682..6196927 100644 --- a/nodes.py +++ b/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