Skip to main content

SaveAnimatedPNG

image/animationOutput Node
SaveAnimatedPNG

Example

JSON Example
{
  "class_type": "SaveAnimatedPNG",
  "inputs": {
    "images": [
      "node_id",
      0
    ],
    "filename_prefix": "ComfyUI",
    "fps": 6,
    "compress_level": 4
  }
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
imagesIMAGErequired--
filename_prefixSTRINGrequired-"ComfyUI"
fpsFLOATrequiredmin: 0.01, max: 1000, step: 0.016
compress_levelINTrequiredmin: 0, max: 94

Outputs

This node has no outputs.

Was this page helpful?