Load Video UI – Custom Node for Trimming, Resizing, and Realtime Preview in ComfyUI
Download the node from GitHub and add it to your ComfyUI installation to enable unlimited‑length video trimming, resizing, and realtime preview without extra dependencies.
Download the node from GitHub and integrate it into your ComfyUI workflow.
Summary
A new ComfyUI node, hosted on GitHub at https://github.com/WhatDreamsCost/WhatDreamsCost-ComfyUI, adds video loading, trimming, and preview capabilities without requiring extra libraries.
The node offers a simple interface for quick trimming and realtime preview, supports videos of any length (unlike the default 100 MB limit), and lets users toggle between seconds and frames. It includes multiple resizing options—maintain aspect ratio, crop, stretch to fit, and pad—along with drag‑and‑drop file support and a progress bar. The implementation is optimized for lower RAM usage, though ComfyUI’s inherent limits still apply.
Users can download the node for free and contribute improvements, provided they do not bloat the package. The release is aimed at artists and developers who need efficient video manipulation within Stable Diffusion workflows.
Key changes
- Simple interface for quick trimming and realtime preview
- Unlimited video length support (no 100 MB cap)
- Toggle between seconds and frames with a single button
- Multiple resize options: maintain aspect ratio, crop, stretch to fit, pad
- Drag‑and‑drop file support
- Progress bar for load status
- Optimized RAM usage within ComfyUI limits