Skip to content

Commit 7e8be3a

Browse files
committed
Update repo links after rename
1 parent 2cc6cbe commit 7e8be3a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VideoFrameNode (ComfyUI)
1+
# comfyui-videoframenode (ComfyUI)
22

33
Custom node for ComfyUI that loads an MP4 video and outputs two images:
44

@@ -9,7 +9,9 @@ Custom node for ComfyUI that loads an MP4 video and outputs two images:
99

1010
1. Copy/clone this repo folder into your ComfyUI:
1111

12-
- `ComfyUI/custom_nodes/VideoFrameNode` (this repo root is the node folder)
12+
- `ComfyUI/custom_nodes/comfyui-videoframenode` (this repo root is the node folder)
13+
14+
Note: the folder name can be different, but ComfyUI-Manager/Registry installs typically use the project name.
1315

1416
2. Install dependencies:
1517

@@ -23,7 +25,7 @@ Custom node for ComfyUI that loads an MP4 video and outputs two images:
2325

2426
## Publishing / Compatibility notes
2527

26-
- This repo includes `pyproject.toml` for Comfy Registry / ComfyUI-Manager publishing. Fill in `PublisherId` and `Repository` before publishing.
28+
- This repo includes `pyproject.toml` for Comfy Registry / ComfyUI-Manager publishing. Fill in `PublisherId` before publishing.
2729
- Versioning: follow SemVer. Changing node identifiers, input names, output names, or types should be treated as a breaking change.
2830
- Security: no `eval/exec`, no runtime `pip install` from within the node.
2931
- API-mode: the core node works in API mode, but the drag&drop upload feature is UI-only (it adds a custom upload route + frontend JS).

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ dependencies = [
1212
]
1313

1414
[project.urls]
15-
Repository = "https://github.com/REPLACE_ME/ComfyUI_VideoFrameNode"
15+
Repository = "https://github.com/esp-dev/comfyui-videoframenode"
1616

1717
[tool.comfy]
1818
# Fill this with your publisher id from https://registry.comfy.org (the part after '@' on your profile).
1919
PublisherId = "video-frame-node"
20-
DisplayName = "VideoFrameNode"
20+
DisplayName = "comfyui-videoframenode"
2121
Icon = "" # Optional URL to an icon (PNG/JPG/GIF/SVG)

0 commit comments

Comments
 (0)