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 SaveWEBM node saves a sequence of images as a WEBM video file. It takes multiple input images and encodes them into a video using either VP9 or AV1 codec with configurable quality settings and frame rate. The resulting video file is saved to the output directory with metadata including prompt information.

Inputs

ParameterData TypeRequiredRangeDescription
imagesIMAGEYes-Sequence of input images to encode as video frames
filename_prefixSTRINGNo-Prefix for the output filename (default: “ComfyUI”)
codecCOMBOYes”vp9"
"av1”
Video codec to use for encoding
fpsFLOATNo0.01-1000.0Frame rate for the output video (default: 24.0)
crfFLOATNo0-63.0Quality setting where higher crf means lower quality with smaller file size, lower crf means higher quality with larger file size (default: 32.0)

Outputs

Output NameData TypeDescription
uiPREVIEWVideo preview showing the saved WEBM file