Files
ComfyUI/comfy_extras
bymyself e4f3d335dc feat: Add VideoSlice node with lazy operations on VideoInput
- Add VideoOp base class and SliceOp in _input/video_types.py
- Add sliced() method to VideoInput that returns a copy with operation appended
- Each subclass applies operations in get_components() and get_frame_count()
- After materialization, VideoFromFile delegates to internal VideoFromComponents
- Add VideoSlice node that uses video.sliced(start_frame, frame_count)
- Add tests for SliceOp, sliced() behavior, and materialization
2026-01-23 20:52:15 -08:00
..
2025-08-21 22:05:36 -04:00
2026-01-01 22:06:14 -05:00
2026-01-05 01:58:59 -05:00
2025-12-11 22:29:34 -05:00