Change category of LumaConcepts node from image to video (#133)

This commit is contained in:
Christian Byrne 2025-05-05 01:48:03 -07:00 committed by GitHub
parent 8825835ae9
commit c0a348d778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ class LumaConceptsNode(ComfyNodeABC):
RETURN_NAMES = ("luma_concepts",)
DESCRIPTION = cleandoc(__doc__ or "") # Handle potential None value
FUNCTION = "create_concepts"
CATEGORY = "api node/image/Luma"
CATEGORY = "api node/video/Luma"
@classmethod
def INPUT_TYPES(s):