$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Workspace Picker
from "@marketplace"
// Selects a workspace to reference. Outputs the workspace ID for use with Workspace Break nodes.
export Workspace Break
from "@marketplace"
// Decomposes a referenced workspace into selectable node inputs and outputs. Configure via the wizard to select which inputs to forward and which outputs to expose.
export Video Upscale
from "@marketplace"
// Upscales, denoises, or deblurs a video. Supports up to 4x upscaling with configurable scale factor and processing modes.
export Video Normalize
from "@marketplace"
// Normalizes a video to a target resolution, frame rate, and codec. Resize modes include crop (fill frame) and pad (letterbox).
export Video Shot Detect (Neural)
from "@marketplace"
// Detects shot boundaries in video using neural network analysis. Fast and accurate shot detection for professional video editing workflows.
export Text to Video
from "@marketplace"
// Generates a video from a text prompt using the LTX 2.3 22B diffusion transformer. Text-to-video (t2v) only — no input image required.
export Video Scene Detect
from "@marketplace"
// Detects scene and shot boundaries in video. Supports detection of hard cuts and gradual transitions. Returns timecodes, durations, and keyframe timestamps.
export Video Color Match
from "@marketplace"
// Matches the color grading of a video to a reference image. Extracts the color profile from the reference and applies it to the video. Strength parameter controls transfer intensity.
export Video Lip Sync
from "@marketplace"
// Synchronizes lip movements in a video to match a provided audio track. Handles audio/video length mismatches with loop modes and configurable silent padding.
export Video Frame Interpolation
from "@marketplace"
// Generates intermediate frames between existing frames. Output mode controls timing: 'smooth' increases frame rate at the same duration; 'slowmo' keeps the original frame rate and stretches the duration.
export Image to Video
from "@marketplace"
// Animates a first-frame image into a video using the LTX 2.3 22B diffusion transformer guided by a text prompt.
export Portrait Animation
from "@marketplace"
// Generates a video by animating a portrait image driven by an audio clip. Supports configurable output resolution and reproducible seeds.