From 5602c1b6e2adc75196bc8522a93c55dea21773de Mon Sep 17 00:00:00 2001 From: bilt Date: Wed, 9 Jul 2025 17:05:49 +0800 Subject: [PATCH] OUTPUT_NODE = True --- comfy_extras/nodes_video.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy_extras/nodes_video.py b/comfy_extras/nodes_video.py index d1df30fd1..a16c1e35b 100644 --- a/comfy_extras/nodes_video.py +++ b/comfy_extras/nodes_video.py @@ -394,6 +394,7 @@ class DisplayLinkNode: } RETURN_TYPES = ("STRING",) + OUTPUT_NODE = True FUNCTION = "display_link" CATEGORY = "image/video"