ComfyUI Extension
ComfyUI_OmniShotCut
Video slicing tool based on OmniShotCut
GG-A9/ComfyUI_OmniShotCut
Nodes—
On cloudLocal install
Stars4
Updated3 months ago
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].
