ComfyUI Node
π¬ SmartVAE_StreamingDecoder (Streaming)
A ComfyUI node in latent/video with 15 inputs and 2 outputs.
π¬ SmartVAE_StreamingDecoder (Streaming)
- samples
- vae
- audio
- preview_thumbs
- video_path
βframes_per_batch8βΊ
βoverlap_frames2βΊ
βforce_time_scale0βΊ
βenable_tilingfalseβΊ
βtile_size512βΊ
βverbosefalseβΊ
βvideo_output_pathβΊ
βfps24βΊ
βcodech264βΊ
βaudio_pathβΊ
βresume_on_crashtrueβΊ
βignore_warningsnoneβΊ
Categorylatent/video
Inputs (15)
| Name | Type | Default | Description |
|---|---|---|---|
| samples | LATENT | β | |
| vae | VAE | β | |
| frames_per_batch | INT | 81β128 | Frames per decode batch. Auto-reduces on OOM. |
| overlap_framesopt | INT | 20β16 | Temporal overlap for seamless stitching. |
| force_time_scaleopt | INT | 00β16 | Manual override (0=auto). E.g., 8 for LTX-Video. |
| enable_tilingopt | BOOLEAN | false | Force tiling. Auto-enables on OOM. |
| tile_sizeopt | INT | 512256β2048 | Tile size in pixels. |
| verboseopt | BOOLEAN | false | Show detailed logs. |
| video_output_pathopt | STRING | Output path. Empty = auto-generated. | |
| fpsopt | FLOAT | 241β120 | Frame rate (fps). Supports fractional values (23.976, 29.97, etc.). Connect VHS 'get_fps' output here. |
| codecopt | COMBO | h264 | h264=compatible | h265=smaller | prores/ffv1=professional |
| audio_pathopt | STRING | Optional audio file path to mux (alternative to AUDIO input) | |
| audioopt | AUDIO | Optional AUDIO input (ComfyUI format). Priority over audio_path. | |
| resume_on_crashopt | BOOLEAN | true | Resume if crash occurred |
| ignore_warningsopt | COMBO | none | Warning handling mode: β’ none = Stop on any issue (safest) β’ minor = Continue if corruption <10% (partial black frames possible) β’ all = Force decode anyway (high risk of black frames or crash) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| preview_thumbs | IMAGE | β |
| video_path | STRING | β |