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):