ComfyUI Node
VAE Decode ? Disk (frames, low RAM)
A ComfyUI node in IAMCCS/HW with 15 inputs and 3 outputs.
VAE Decode ? Disk (frames, low RAM)
- samples
- vae
- frames_dir
- frames_saved
- next_start_number
◄output_diriamccs_vae_frames►
◄prefixframe►
◄image_formatpng►
◄jpg_quality95►
◄tiletrue►
◄tiling_modeauto►
◄tile_size512►
◄overlap64►
◄seam_debug_exportfalse►
◄seam_debug_diriamccs_seam_debug►
◄cleanup_between_framestrue►
◄clear_existingtrue►
◄start_number0►
CategoryIAMCCS/HW
Inputs (15)
| Name | Type | Default | Description |
|---|---|---|---|
| samples | LATENT | — | |
| vae | VAE | — | |
| output_dir | STRING | iamccs_vae_frames | Folder (relative to ComfyUI output dir if relative). Frames will be written here. |
| prefix | STRING | frame | — |
| image_format | COMBO | png | 2 options: png, jpg |
| jpg_quality | INT | 951–100 | — |
| tile | BOOLEAN | true | — |
| tiling_mode | COMBO | auto | 2 options: auto, manual |
| tile_size | INT | 51264–4096 | — |
| overlap | INT | 640–4096 | — |
| seam_debug_export | BOOLEAN | false | Export discarded seam-prefix frames and the first kept frames per chunk for debug inspection. |
| seam_debug_dir | STRING | iamccs_seam_debug | Folder for seam-debug exports (relative to ComfyUI output if relative). |
| cleanup_between_frames | BOOLEAN | true | If enabled, runs a light cache cleanup after each frame decode (slower, lower peak VRAM). |
| clear_existing | BOOLEAN | true | If enabled, clears older files with the same prefix in output_dir before writing. Default True preserves the legacy behavior used by older workflows; disable only for append/loop workflows. |
| start_number | INT | 00–100000000 | Starting frame number used when naming written files. Leave at 0 for legacy behavior; increase or wire it only for append/loop workflows. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| frames_dir | STRING | — |
| frames_saved | INT | — |
| next_start_number | INT | — |