An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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
```