From a6bcb184f6138c2f46cae69205ab3387378fefbe Mon Sep 17 00:00:00 2001 From: "kosinkadink1@gmail.com" Date: Wed, 9 Jul 2025 22:46:22 -0500 Subject: [PATCH] Fixed missing comma in init_builtin_extra_nodes after merge --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index 6b85f8be6..60308011b 100644 --- a/nodes.py +++ b/nodes.py @@ -2296,7 +2296,7 @@ def init_builtin_extra_nodes(): "nodes_string.py", "nodes_camera_trajectory.py", "nodes_edit_model.py", - "nodes_tcfg.py" + "nodes_tcfg.py", "nodes_v3_test.py", "nodes_v1_test.py", ]