Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Generates videos synchronously based on prompt, input images, and output_size. This node creates videos using the Luma API by providing text prompts and optional starting/ending images to define the video content and structure.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Prompt for the video generation (default: "")
modelCOMBOYesMultiple options availableSelects the video generation model from available Luma models
resolutionCOMBOYesMultiple options availableOutput resolution for the generated video (default: 540p)
durationCOMBOYesMultiple options availableDuration of the generated video
loopBOOLEANYes-Whether the generated video should loop (default: False)
seedINTYes0 to 18446744073709551615Seed to determine if node should re-run; actual results are nondeterministic regardless of seed. (default: 0)
first_imageIMAGENo-First frame of generated video. (optional)
last_imageIMAGENo-Last frame of generated video. (optional)
luma_conceptsCUSTOMNo-Optional Camera Concepts to dictate camera motion via the Luma Concepts node. (optional)
Note: At least one of first_image or last_image must be provided. The node will raise an exception if both are missing.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file