From a6e6bc2b3af9fc3e5c6b17067666a18000dee37c Mon Sep 17 00:00:00 2001 From: bilt Date: Mon, 7 Jul 2025 22:08:34 +0800 Subject: [PATCH] CATEGORY = "image/video" --- comfy_extras/nodes_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_video.py b/comfy_extras/nodes_video.py index 69df88b06..f1d92c629 100644 --- a/comfy_extras/nodes_video.py +++ b/comfy_extras/nodes_video.py @@ -371,7 +371,7 @@ class ShowURL(ComfyNodeABC): RETURN_NAMES = () FUNCTION = "show_url" OUTPUT_NODE = True - CATEGORY = "utils" + CATEGORY = "image/video" DESCRIPTION = "Show a URL as plain text in the UI." def show_url(self, url):