Text to video
Description
Connection
Name
Description
Required
Category
Input Schema
{
"description": "Text to video node input.",
"properties": {
"model": {
"default": "Pixel S",
"description": "Model",
"enum": [
"Pixel S",
"Pixel M",
"Pixel L"
],
"title": "Model",
"type": "string"
},
"prompt": {
"description": "Prompt",
"title": "Prompt",
"type": "string"
},
"negative_prompt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Negative prompt",
"title": "Negative prompt"
},
"steps": {
"default": 30,
"description": "Steps",
"maximum": 50,
"minimum": 1,
"title": "Steps",
"type": "integer"
},
"guidance_scale": {
"default": 7,
"description": "Guidance scale",
"maximum": 10,
"minimum": 2,
"title": "Guidance scale",
"type": "integer"
},
"size": {
"default": "Landscape HD (16:9)",
"description": "Size (Only for Pixel M)",
"enum": [
"Square HD (1:1)",
"Square FullHD (1:1)",
"Portrait HD (3:4)",
"Portrait FullHD (3:4)",
"Portrait HD (9:16)",
"Portrait FullHD (9:16)",
"Landscape HD (4:3)",
"Landscape FullHD (4:3)",
"Landscape HD (16:9)",
"Landscape FullHD (16:9)"
],
"title": "Size (Only for Pixel M)",
"type": "string"
},
"fps": {
"default": 30,
"description": "FPS (Only for Pixel M)",
"title": "FPS (Only for Pixel M)",
"type": "integer"
},
"duration": {
"default": 2,
"description": "Duration in seconds (Only for Pixel L)",
"title": "Duration in seconds (Only for Pixel L)",
"type": "integer"
}
},
"required": [
"prompt"
],
"title": "TextToVideoNodeInput",
"type": "object"
}Output Schema
How It Works
Usage Examples
Example 1: Quick Social Media Clip (Pixel S)
Example 2: Product Demo Video (Pixel M)
Example 3: Extended Cinematic Scene (Pixel L)
Common Use Cases
Error Handling
Error Type
Cause
Solution
Notes
Last updated