File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33## 1.1.0
44
5- - Add optional ` video_in ` input (accepts path-like inputs and IMAGE frame batches).
6- - UI: add recent video list + Refresh + Browse/upload button.
7- - Add ` /videoframenode/recent ` endpoint (shows recent MP4 from input/output).
5+ - Add optional ` video_in ` input (accepts path-like inputs, dicts with a path/filename, or IMAGE frame batches).
6+ - UI: add ` recent ` dropdown + ` Refresh ` + ` Browse… ` (uploads into ` ComfyUI/input ` and sets the ` video ` widget).
7+ - Add ` /videoframenode/recent ` endpoint (shows recent MP4 from ` input/ ` and ` output/ ` ).
8+ - Backwards compatible: ` video ` STRING still works as before.
89
910## 1.0.1
1011
Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ dependencies = [
1010 " imageio[ffmpeg]" ,
1111]
1212
13+ # Note:
14+ # - `torch` and `numpy` are provided by ComfyUI's Python environment.
15+ # - They are intentionally NOT listed here to avoid pip/registry workflows overriding
16+ # ComfyUI's bundled/CUDA-specific torch build.
17+
1318[project .urls ]
1419Repository = " https://github.com/esp-dev/comfyui-videoframenode"
1520
You can’t perform that action at this time.
0 commit comments