mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 03:57:03 +08:00
CATEGORY = "image/video"
This commit is contained in:
parent
fe398fea2c
commit
a6e6bc2b3a
@ -371,7 +371,7 @@ class ShowURL(ComfyNodeABC):
|
|||||||
RETURN_NAMES = ()
|
RETURN_NAMES = ()
|
||||||
FUNCTION = "show_url"
|
FUNCTION = "show_url"
|
||||||
OUTPUT_NODE = True
|
OUTPUT_NODE = True
|
||||||
CATEGORY = "utils"
|
CATEGORY = "image/video"
|
||||||
DESCRIPTION = "Show a URL as plain text in the UI."
|
DESCRIPTION = "Show a URL as plain text in the UI."
|
||||||
|
|
||||||
def show_url(self, url):
|
def show_url(self, url):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user