LTX 2.3 Video Helper Suite: Essential ComfyUI Extension
Comprehensive ComfyUI extension for LTX 2.3 video workflows, providing video preview, frame extraction, batch processing, and format conversion tools.
By ltx workflow
Editor's Note: This tool guide covers the Video Helper Suite extension for ComfyUI, an essential toolkit for LTX 2.3 video generation workflows.
LTX 2.3 Video Helper Suite: Essential ComfyUI Extension

Overview
Video Helper Suite is a comprehensive ComfyUI extension that streamlines LTX 2.3 video workflows by providing essential video processing, preview, and export capabilities directly within the ComfyUI interface.
Key Features
1. Video Preview
Real-time playback:
- Preview generated videos without leaving ComfyUI
- Adjustable playback speed
- Frame-by-frame scrubbing
- Side-by-side comparison mode
Benefits:
- Faster iteration cycles
- Immediate quality assessment
- No need for external video players
2. Frame Extraction
Capabilities:
- Extract individual frames from videos
- Batch frame extraction
- Custom frame range selection
- Multiple format support (PNG, JPG, WebP)
Use cases:
- Creating image-to-video inputs
- Quality analysis
- Keyframe selection
- Training data preparation
3. Video Combine
Features:
- Merge multiple video clips
- Add audio tracks
- Adjust frame rates
- Set output codecs (H.264, H.265, VP9)
Configuration:
- CRF quality control
- Bitrate settings
- Resolution scaling
- Audio sync options
4. Batch Processing
Automation:
- Process multiple videos sequentially
- Apply consistent settings across batch
- Queue management
- Progress tracking
Efficiency gains:
- Overnight batch rendering
- Consistent output quality
- Reduced manual intervention
Installation
Method 1: ComfyUI Manager
- Open ComfyUI Manager
- Navigate to "Custom Nodes Manager"
- Search for "Video Helper Suite"
- Click "Install"
- Restart ComfyUI
Method 2: Manual Installation
cd ComfyUI/custom_nodes
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite
cd ComfyUI-VideoHelperSuite
pip install -r requirements.txt
Node Reference
VHS_VideoCombine
Inputs:
- images: Image sequence
- frame_rate: FPS (default: 24)
- audio: Optional audio track
- format: Output format (mp4, webm, gif)
Outputs:
- video: Combined video file
Settings:
- CRF: 15-30 (lower = higher quality)
- Codec: h264, h265, vp9
- Audio codec: aac, opus
VHS_LoadVideo
Inputs:
- video: Video file path
- frame_load_cap: Max frames to load
- skip_first_frames: Offset start
Outputs:
- images: Frame sequence
- frame_count: Total frames
- fps: Original frame rate
VHS_VideoInfo
Displays:
- Resolution
- Frame rate
- Duration
- Codec information
- File size
Workflow Integration
Basic LTX 2.3 Workflow
Load Image → LTX Sampler → VAE Decode → VHS_VideoCombine → Output
Advanced Multi-Stage Workflow
Load Video → VHS_LoadVideo → Frame Extract
↓
LTX Sampler (Stage 1) → VAE Decode
↓
Upscaler → LTX Sampler (Stage 2) → VAE Decode
↓
VHS_VideoCombine → Output
Performance Tips
Encoding Settings
For preview:
- CRF: 25-30
- Codec: h264 (fastest)
- Resolution: 720p
For final output:
- CRF: 18-22
- Codec: h265 (best quality/size)
- Resolution: Native
Memory Management
- Limit frame_load_cap for large videos
- Use batch processing for multiple files
- Clear cache between generations
Troubleshooting
Video won't play
Solution:
- Check codec compatibility
- Install ffmpeg
- Update Video Helper Suite
Audio sync issues
Solution:
- Match frame rate exactly
- Use constant frame rate (CFR)
- Check audio sample rate (44.1kHz or 48kHz)
Slow encoding
Solution:
- Lower CRF value
- Use h264 instead of h265
- Reduce output resolution
Conclusion
Video Helper Suite is an essential extension for any LTX 2.3 ComfyUI workflow. Its comprehensive video processing capabilities streamline the entire generation pipeline, from preview to final export.