Skip to content

Commit 62e7689

Browse files
committed
docs: clarify registry metadata
1 parent 246e85d commit 62e7689

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
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

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
1419
Repository = "https://github.com/esp-dev/comfyui-videoframenode"
1520

0 commit comments

Comments
 (0)