mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 17:17:06 +08:00
Change category of LumaConcepts node from image to video (#133)
This commit is contained in:
parent
8825835ae9
commit
c0a348d778
@ -94,7 +94,7 @@ class LumaConceptsNode(ComfyNodeABC):
|
|||||||
RETURN_NAMES = ("luma_concepts",)
|
RETURN_NAMES = ("luma_concepts",)
|
||||||
DESCRIPTION = cleandoc(__doc__ or "") # Handle potential None value
|
DESCRIPTION = cleandoc(__doc__ or "") # Handle potential None value
|
||||||
FUNCTION = "create_concepts"
|
FUNCTION = "create_concepts"
|
||||||
CATEGORY = "api node/image/Luma"
|
CATEGORY = "api node/video/Luma"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def INPUT_TYPES(s):
|
def INPUT_TYPES(s):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user