$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Video Upscale
from "@marketplace"
// Upscales, denoises, or deblurs a video using NVIDIA RTX Video Super Resolution. Supports up to 4x upscaling, AI denoising, and deblurring using NVIDIA Tensor Cores. Outputs the processed video.
export Video Uniform
from "@marketplace"
// Normalizes a single video to a target resolution, framerate, and codec. Resize with crop (fill frame) or pad (letterbox). Outputs H.264 video with AAC audio.
export Video Lipsync
from "@marketplace"
// Synchronizes lip movements in a video to match a provided audio track using LatentSync 1.6 via a standalone native GPU service. Accepts a source video and an audio file, returns an MP4 with lip-synced output.
export Video Lipsync Legacy
from "@marketplace"
// Changes lipsync from existing video using input audio speech. Uses LatentSync 1.6 to synchronize lip movements to the provided audio track.
export Video Creation Wan 2.2
from "@marketplace"
// Generates a video from a starting image using the WAN 2.2 I2V 14B model via a native GPU service. Optionally guided by a text prompt. Outputs an MP4 video file.
export Video Creation (Helios)
from "@marketplace"
// Generates a video using the Helios-Distilled 14B model via a native GPU service. Supports Text-to-Video (T2V) and Image-to-Video (I2V) modes. Outputs an MP4 video file at 24fps.
export Video Creation From Speech
from "@marketplace"
// Generates a talking-head video by animating a portrait image driven by an audio clip. Uses the SONIC model via a native GPU service with face detection, Whisper audio conditioning, dual guidance, and RIFE frame interpolation.
export Video Creation Legacy
from "@marketplace"
// Creates videos from images. Supports two modes: (1) Image to Video — generates a video from a starting image guided by a text prompt, (2) Audio-Driven Animation — animates a starting image driven by an audio track. Outputs a video file.
export Video Concatenation
from "@marketplace"
// Concatenates multiple video files into a single video using FFmpeg. Normalizes all inputs to a common resolution, framerate, and codec before concatenation. Connect Video outputs directly to the 'Videos' port (Video[]) to ensure files are downloaded. Optionally connect a Make Array to 'Video Order' to control concatenation order. Outputs the concatenated video file.
export Video Add Video Overlay
from "@marketplace"
// Overlays a video onto another video with positioning, scaling, optional cropping, and optional chromakey (green-screen removal).
export Video Add Image Inside Canvas
from "@marketplace"
// Overlays a static image onto a video at a specified position and size using ffmpeg.
export Speech Creation
from "@marketplace"
// Converts text to speech with support for 23 languages and optional voice cloning from a reference audio file using ChatterBox v2 via a native GPU service. Adjustable expressiveness and generation temperature. Outputs an MP3 audio file.