Takes a connected video and upscales it to 1K/2K/4K with Standard or Precision mode, optional FPS boost, sharpen, smart grain, and creativity controls; outputs an upscaled video clip.
Where: canvas → left rail → Add → Video → Video Upscaler — Connect a video into the node and click Upscale Video
Key ideas
- Mode & resolution: Mode is Standard or Precision and Resolution is 1K / 2K / 4K. Standard exposes Creativity, Flavor (Vivid/Natural) and Turbo; Precision exposes a Strength slider instead.
- Enhancement sliders: Sharpen and Smart Grain (0–100) apply in both modes; FPS Boost interpolates extra frames (and disables Precision Strength while on).
- Async job + persistence: Running starts a remote upscale task that is polled to completion, then the resulting video URL is mirrored to Firebase Storage so it doesn't expire.
- Video Upscaler card: VideoUpscalerNode uses the generic shared-card path. Upscale and optionally enhance a connected video with mode-specific resolution and detail controls.
- Properties sidebar: imageVideoNodes.tsx
- Opened surfaces: Video lightbox
Steps
- Add a Video Upscaler node and connect a video source (e.g. a Veo video generator) to its left Video Input handle.
- Expand the node and pick a Mode and Resolution.
- Tune Sharpen / Smart Grain, and the mode-specific options (Creativity, Flavor, Turbo for Standard; Strength for Precision); toggle FPS Boost if you want frame interpolation.
- Click Upscale Video and wait for the job to finish; the upscaled clip plays on hover.
- Use the result ⋯ menu (Add to canvas / Paste to Replace / Download) or wire the Upscaled Video output onward.
Video Upscaler controls and presets
- Add path: Flowgen → Add → Video & Motion → Video Upscaler.
- Card: VideoUpscalerNode.
- Properties: imageVideoNodes.tsx.
- Controls: Standard/Precision; target resolution; FPS boost; sharpen; smart grain; creativity; Vivid/Natural; turbo; strength.
- Opened surfaces: Video lightbox.
FAQ
Why is the Strength slider disabled?
Strength only exists in Precision mode, and it is disabled while FPS Boost is on — turn FPS Boost off to adjust Strength.
Which controls apply in Standard vs Precision?
Standard shows Creativity, Flavor and Turbo; Precision shows Strength. Sharpen, Smart Grain, Resolution and FPS Boost apply in both.