https://github.com/lebrosoft/ComfyUI-VideoChatWrapper
Nodes related to video chat workflows
https://github.com/lebrosoft/ComfyUI-VideoChatWrapper
Last synced: about 2 months ago
JSON representation
Nodes related to video chat workflows
- Host: GitHub
- URL: https://github.com/lebrosoft/ComfyUI-VideoChatWrapper
- Owner: lebrosoft
- License: gpl-3.0
- Created: 2025-04-21T08:52:04.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-21T09:01:48.000Z (about 2 months ago)
- Last Synced: 2025-04-21T09:48:32.343Z (about 2 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-VideoChatWrapper**
README
# ComfyUI-VideoChatWrapper
Nodes related to video chat workflows
## I/O Nodes
### Load Video
load a video to comfyui input directory, and return the video path
input:
- video: The video file to be loaded
output:
- video_path: The video path
### Load Model
load a video chat model
input:
- model: The model to use for the summary
output:
- model: The model
- processor: The processor### Video Summary
generate a text summary of the uploaded video
input:
- model: The model to use for the summary
- processor: The processor to use for the summary
- video_path: The video pathoutput:
- text: The summary of the video
## References
- [OpenGVLab/VideoChat-R1_7B](https://huggingface.co/OpenGVLab/VideoChat-R1_7B)
- [ComfyUI-VideoHelperSuite](https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite)