$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
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 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 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.
export Video Join
from "@marketplace"
// Joins multiple videos into a single video. Normalizes all inputs to a common resolution, framerate, and codec. Optionally connect a Make Array to the Video Order port to control concatenation order.
export Video Overlay
from "@marketplace"
// Overlays a video onto another video with positioning, scaling, optional cropping, and optional green-screen removal.
export Video Image Overlay
from "@marketplace"
// Overlays a static image onto a video at a specified position and size.
export Text to Speech
from "@marketplace"
// Converts text to speech with support for 23 languages and optional voice cloning. Produces natural, expressive speech from text input.