CATEGORY = "image/video"

This commit is contained in:
bilt 2025-07-07 22:08:34 +08:00
parent fe398fea2c
commit a6e6bc2b3a

View File

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