mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-07 18:37:02 +08:00
Fix: Luma video nodes in api nodes/image category (#68)
This commit is contained in:
parent
7ff8274272
commit
f088191d6d
@ -413,7 +413,7 @@ class LumaTextToVideoGenerationNode(ComfyNodeABC):
|
|||||||
DESCRIPTION = cleandoc(__doc__ or "") # Handle potential None value
|
DESCRIPTION = cleandoc(__doc__ or "") # Handle potential None value
|
||||||
FUNCTION = "api_call"
|
FUNCTION = "api_call"
|
||||||
API_NODE = True
|
API_NODE = True
|
||||||
CATEGORY = "api node/image/Luma"
|
CATEGORY = "api node/video/Luma"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def INPUT_TYPES(s):
|
def INPUT_TYPES(s):
|
||||||
@ -531,7 +531,7 @@ class LumaImageToVideoGenerationNode(ComfyNodeABC):
|
|||||||
DESCRIPTION = cleandoc(__doc__ or "") # Handle potential None value
|
DESCRIPTION = cleandoc(__doc__ or "") # Handle potential None value
|
||||||
FUNCTION = "api_call"
|
FUNCTION = "api_call"
|
||||||
API_NODE = True
|
API_NODE = True
|
||||||
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