ComfyUI/comfy_api/latest/_input
bymyself e4f3d335dc
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
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
..
__init__.py feat: Add VideoSlice node with lazy operations on VideoInput 2026-01-23 20:52:15 -08:00
basic_types.py comfy_api: remove usage of "Type","List" and "Dict" types (#11238) 2025-12-15 16:01:10 -08:00
video_types.py feat: Add VideoSlice node with lazy operations on VideoInput 2026-01-23 20:52:15 -08:00