From db23e2ecc05d958b20a22482f193d07d77babd9a Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:15:44 +0200 Subject: [PATCH] should sleep more --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index 8181bfc..c875c18 100644 --- a/nodes.py +++ b/nodes.py @@ -374,7 +374,7 @@ class MochiSampler: if opt_sigmas is not None: sigma_schedule = opt_sigmas.tolist() steps = len(sigma_schedule) - sigma_schedule.extend([1.0]) + sigma_schedule.extend([0.0]) logging.info(f"Using sigma_schedule: {sigma_schedule}") else: