Luma Concepts
api node/video/Luma
LumaConceptsNodeCamera Concepts for use with Luma Text to Video and Luma Image to Video nodes.
Example
JSON Example
{
"class_type": "LumaConceptsNode",
"inputs": {
"concept1": null,
"concept2": null,
"concept3": null,
"concept4": null
}
}This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.
Inputs
| Name | Type | Status | Constraints | Default |
|---|---|---|---|---|
concept1 | COMBO | required | - | - |
concept2 | COMBO | required | - | - |
concept3 | COMBO | required | - | - |
concept4 | COMBO | required | - | - |
luma_concepts? | LUMA_CONCEPTS | optional | - | - |
Outputs
| Index | Name | Type | Is List | Connection Reference |
|---|---|---|---|---|
0 | luma_concepts | LUMA_CONCEPTS | No | ["{node_id}", 0] |
How to connect to these outputs
To connect another node's input to an output from this node, use the connection reference format:
["node_id", output_index]Where node_id is the ID of this LumaConceptsNode node in your workflow, and output_index is the index from the table above.
Example
If this node has ID "5" in your workflow:
luma_concepts (LUMA_CONCEPTS):["5", 0]
Was this page helpful?