Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Topaz Video Enhance node uses an external API to improve video quality. It can upscale video resolution, increase frame rate through interpolation, and apply compression. The node processes an input MP4 video and returns an enhanced version based on the selected settings.

Inputs

ParameterData TypeRequiredRangeDescription
videoVIDEOYes-The input video file to be enhanced.
upscaler_enabledBOOLEANYes-Enables or disables the video upscaling feature (default: True).
upscaler_modelCOMBOYes"Proteus v3"
"Artemis v13"
"Artemis v14"
"Artemis v15"
"Gaia v6"
"Theia v3"
"Starlight (Astra) Creative"
"Starlight (Astra) Optimized"
"Starlight (Astra) Balanced"
"Starlight (Astra) Quality"
"Starlight (Astra) Speed"
The AI model used for upscaling the video.
upscaler_resolutionCOMBOYes"FullHD (1080p)"
"4K (2160p)"
The target resolution for the upscaled video.
upscaler_creativityCOMBONo"low"
"middle"
"high"
Creativity level (applies only to Starlight (Astra) Creative). (default: “low”)
interpolation_enabledBOOLEANNo-Enables or disables the frame interpolation feature (default: False).
interpolation_modelCOMBONo"apo-8"The model used for frame interpolation (default: “apo-8”).
interpolation_slowmoINTNo1 to 16Slow-motion factor applied to the input video. For example, 2 makes the output twice as slow and doubles the duration. (default: 1)
interpolation_frame_rateINTNo15 to 240Output frame rate. (default: 60)
interpolation_duplicateBOOLEANNo-Analyze the input for duplicate frames and remove them. (default: False)
interpolation_duplicate_thresholdFLOATNo0.001 to 0.1Detection sensitivity for duplicate frames. (default: 0.01)
dynamic_compression_levelCOMBONo"Low"
"Mid"
"High"
CQP level. (default: “Low”)
Note: At least one enhancement feature must be enabled. The node will raise an error if both upscaler_enabled and interpolation_enabled are set to False. The input video must be in MP4 format.

Outputs

Output NameData TypeDescription
videoVIDEOThe enhanced output video file.