From 17c1a6e8043b2e7e6f2d7067bbd64da0512eb922 Mon Sep 17 00:00:00 2001 From: bilt Date: Sat, 5 Jul 2025 18:44:38 +0800 Subject: [PATCH] restore --- nodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes.py b/nodes.py index 0d53b1c34..02188ea28 100644 --- a/nodes.py +++ b/nodes.py @@ -19,6 +19,7 @@ import safetensors.torch sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy")) + import comfy.diffusers_load import comfy.samplers import comfy.sample