ComfyUI Node
Smart Save Animated GIF
Save a series of images as an animated GIF with customizable FPS, loop count, quality settings, and transparency preservation
Smart Save Animated GIF
- images
- file_path
◄filenameanimation.gif►
◄fps10.0►
◄loop0►
◄optimizetrue►
◄quality95►
◄preserve_transparencytrue►
◄alpha_threshold0.01►
CategorySmartHelperNodes
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Series of images to save as animated GIF | |
| filename | STRING | animation.gif | Output filename for the GIF |
| fps | FLOAT | 10.00.1–60 | Frames per second for the animation |
| loop | INT | 00–65535 | Number of loops (0 = infinite loop) |
| optimize | BOOLEAN | true | Optimize the GIF file size |
| quality | INT | 951–100 | Quality of the GIF (higher = better quality, larger file) |
| preserve_transparency | BOOLEAN | true | Preserve alpha channel as GIF transparency (binary) |
| alpha_threshold | FLOAT | 0.010–1 | Alpha values below this are transparent (0 = only fully transparent, 1 = all transparent) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| file_path | STRING | — |