From 862e7784f4700a6aea0da9c875af24990833adc6 Mon Sep 17 00:00:00 2001 From: Maifee Ul Asad Date: Wed, 8 Oct 2025 14:40:41 +0600 Subject: [PATCH] feat(gds): add nodes_gds.py to built-in extra nodes initialization --- nodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes.py b/nodes.py index 2a2a5f2ad..778e94419 100644 --- a/nodes.py +++ b/nodes.py @@ -2331,6 +2331,7 @@ async def init_builtin_extra_nodes(): "nodes_model_patch.py", "nodes_easycache.py", "nodes_audio_encoder.py", + "nodes_gds.py", ] import_failed = []