ComfyUI Node
Batch Save Image Sequence (WebP)
Saves a batch of images as a WebP sequence. - Optimized for long sequences with async saving. - Supports lossy and lossless compression. - Can skip identical frames to save space. - Restricted to ComfyUI output directory for security.
Batch Save Image Sequence (WebP)
- images
- paths
- count
◄path_pattern./frame{:06d}.webp►
◄start_index0►
◄losslesstrue►
◄quality95►
◄skip_identicalfalse►
◄overwritetrue►
CategoryFrameIO
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| path_pattern | STRING | ./frame{:06d}.webp | — |
| start_index | INT | 0 | — |
| lossless | COMBO | true | 2 options: false, true |
| quality | INT | 951–100 | — |
| skip_identical | COMBO | false | 2 options: false, true |
| overwrite | COMBO | true | 2 options: true, false |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| paths | STRING_LIST | — |
| count | INT | — |