mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-21 02:56:37 +08:00
CATEGORY = "image/video"
This commit is contained in:
parent
fe398fea2c
commit
a6e6bc2b3a
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user