n8n-nodes-lumalabs
v1.0.6
Published
n8n node for LumaLabs video generation API
Downloads
1,161
Maintainers
Readme
n8n-nodes-lumalabs
This is an n8n community node for LumaLabs' video generation API. It allows you to generate AI-powered videos directly from n8n workflows.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-lumalabs
Operations
Generate Video
Creates a new video using LumaLabs' AI video generation API.
Parameters:
- Prompt (Required): The text prompt describing the video you want to generate
- Negative Prompt: Things to avoid in the generated video
- Seed: Random seed for generation
- Motion Scale: Scale of motion in the video (default: 30)
- Motion Randomness: Randomness of motion in the video (default: 30)
Get Video Status
Check the status of a video generation request.
Parameters:
- Video ID (Required): The ID of the video generation request to check
Credentials
You need to provide your LumaLabs API key to use this node. You can obtain an API key from LumaLabs.
Example Usage
- Create a new workflow
- Add the LumaLabs node
- Configure your API credentials
- Set up the video generation parameters
- Connect to other nodes as needed
Resources
Version history
- 1.0.0: Initial release