Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.comfy.org/llms.txt

Use this file to discover all available pages before exploring further.

This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The SaveVideo node saves input video content to your ComfyUI output directory. It allows you to specify the filename prefix, video format, and codec for the saved file. The node automatically handles file naming with counter increments and can include workflow metadata in the saved video.

Inputs

ParameterData TypeRequiredRangeDescription
videoVIDEOYes-The video to save.
filename_prefixSTRINGNo-The prefix for the file to save. This may include formatting information such as %date:yyyy-MM-dd% or %Empty Latent Image.width% to include values from nodes (default: “video/ComfyUI”).
formatCOMBONoMultiple options availableThe format to save the video as (default: “auto”).
codecCOMBONoMultiple options availableThe codec to use for the video (default: “auto”).

Outputs

Output NameData TypeDescription
No outputs-This node does not return any output data.