https://github.com/Yuan-ManX/ComfyUI-LiveCC
Make LiveCC avialbe in ComfyUI.
https://github.com/Yuan-ManX/ComfyUI-LiveCC
comfyui comfyui-nodes comfyui-workflow
Last synced: about 2 months ago
JSON representation
Make LiveCC avialbe in ComfyUI.
- Host: GitHub
- URL: https://github.com/Yuan-ManX/ComfyUI-LiveCC
- Owner: Yuan-ManX
- License: mit
- Created: 2025-04-25T07:01:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-25T08:12:12.000Z (about 2 months ago)
- Last Synced: 2025-04-25T08:24:16.234Z (about 2 months ago)
- Topics: comfyui, comfyui-nodes, comfyui-workflow
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-LiveCC**
README
# ComfyUI-LiveCC
Make LiveCC avialbe in ComfyUI.
[LiveCC](https://github.com/showlab/livecc): Learning Video LLM with Streaming Speech Transcription at Scale.
## Installation
1. Make sure you have ComfyUI installed
2. Clone this repository into your ComfyUI's custom_nodes directory:
```
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-LiveCC.git
```3. Install dependencies:
```
cd ComfyUI-LiveCC
pip install -r requirements.txt
```