From e5933184d5a8031c00c0bce103598d1db7d88d72 Mon Sep 17 00:00:00 2001 From: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:17:14 +0800 Subject: [PATCH] avoid python import module duplication --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index 166e02d3d..db0a15cab 100644 --- a/nodes.py +++ b/nodes.py @@ -2374,8 +2374,8 @@ async def init_builtin_extra_nodes(): "nodes_images.py", "nodes_video_model.py", "nodes_ideogram4.py", - "nodes_train.py", "nodes_dataset.py", + "nodes_train.py", "nodes_sag.py", "nodes_perpneg.py", "nodes_stable3d.py",