From c0a348d778357cd21c2e4fbfad7537cc4a984c1d Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Mon, 5 May 2025 01:48:03 -0700 Subject: [PATCH] Change category of `LumaConcepts` node from image to video (#133) --- comfy_api_nodes/nodes_luma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_api_nodes/nodes_luma.py b/comfy_api_nodes/nodes_luma.py index 32c054c61..874a414ad 100644 --- a/comfy_api_nodes/nodes_luma.py +++ b/comfy_api_nodes/nodes_luma.py @@ -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):