Fix: Luma video nodes in api nodes/image category (#68)

This commit is contained in:
Christian Byrne 2025-04-30 10:39:57 -07:00 committed by GitHub
parent d8d215dd3a
commit f1eb74fee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -413,7 +413,7 @@ class LumaTextToVideoGenerationNode(ComfyNodeABC):
DESCRIPTION = cleandoc(__doc__ or "") # Handle potential None value
FUNCTION = "api_call"
API_NODE = True
CATEGORY = "api node/image/Luma"
CATEGORY = "api node/video/Luma"
@classmethod
def INPUT_TYPES(s):
@ -531,7 +531,7 @@ class LumaImageToVideoGenerationNode(ComfyNodeABC):
DESCRIPTION = cleandoc(__doc__ or "") # Handle potential None value
FUNCTION = "api_call"
API_NODE = True
CATEGORY = "api node/image/Luma"
CATEGORY = "api node/video/Luma"
@classmethod
def INPUT_TYPES(s):