$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Video Upscale
from "@marketplace"
// Upscales, denoises, or deblurs a video. Upscale uses Topaz Starlight Precise 2.5 (latent diffusion) by default; denoise/deblur use Theia. Supports up to 4x upscaling.
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 Retake
from "@marketplace"
// Regenerates a [start, end] time window of a video from a text prompt, preserving everything outside the window. Audio in the window is regenerated in sync (LTX 2.5).
export Motion Transfer
from "@marketplace"
// Makes the character from an image perform the motion of a reference video (LTX 2.5 motion cloning). Best results when the character's pose and framing match the reference's first frame.
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. Lip Expression controls how pronounced the mouth motion is (LatentSync guidance scale). Handles audio/video length mismatches with loop modes and configurable silent padding. Cloud/hybrid: fal-ai/sync-lipsync/v3 (seed, silent_padding, lip expression and inference steps silently ignored). Local: LatentSync 1.6.
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 guided by a text prompt. Optionally accepts an end frame, an audio track, and a motion reference video (support depends on the active video backend).
export Video Dub
from "@marketplace"
// Re-dubs a talking video: generates new speech from the prompt in the source speaker's voice, with lips re-rendered to match (LTX 2.5). Duration follows the source video.
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. Cloud/hybrid: VEED Fabric 1.0 (480p/720p, audio-driven duration). Local: Sonic.
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.