ComfyUI/tests-unit/comfy_api_test
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
..
input_impl_test.py Support saving Comfy VIDEO type to buffer (#7939) 2025-05-04 23:26:57 -04:00
video_slice_test.py feat: Add VideoSlice node with lazy operations on VideoInput 2026-01-23 20:52:15 -08:00
video_types_test.py Add get_duration method to Comfy VIDEO type (#8122) 2025-05-15 00:11:41 -04:00