ComfyUI Extension
ComfyUI_OmniShotCut
Video slicing tool based on OmniShotCut
GG-A9/ComfyUI_OmniShotCut
Nodes4
On cloudLocal install
Categorycomfyui_OmniShotCut, utils
Stars4
Updated4 months ago
Nodes (4)
OmniShotCut Detector
Find every cut in a video without watching it once
comfyui_OmniShotCut
OmniShotCut Loader
The boring node every OmniShotCut workflow has to start with
comfyui_OmniShotCut
OmniShotCut ShortCount
How many shots did the detector find?
utils
OmniShotCut VideoSplitter
Cut the shot you actually want out of a detected video
comfyui_OmniShotCut
Readme
ComfyUI_OmniShotCut
ComfyUI_OmniShotCut: Video slicing tool based on OmniShotCut
1.Installation
Need to install ffmpeg first.
In the ./ComfyUI/custom_nodes directory, run the following:
git clone https://github.com/GG-A9/ComfyUI_OmniShotCut
2.requirements
pip install -r requirements.txt
3.checkpoints
cd ../../ComfyUI_OmniShotCut/checkpoints
git clone https://huggingface.co/uva-cv-lab/OmniShotCut/resolve/main/OmniShotCut_ckpt.pth
ComfyUI/custom_nodes/ComfyUI_OmniShotCut
├── checkpoints/
│ └── OmniShotCut_ckpt.pth
4.Example
5.Credits🤗🤗🤗
- Special thanks to the creators of OmniShotCut for their foundational work.
- This project is inspired by / built upon [OmniShotCut].
