Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AIFSH/ComfyUI_V-Express
https://github.com/AIFSH/ComfyUI_V-Express
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/AIFSH/ComfyUI_V-Express
- Owner: AIFSH
- License: other
- Created: 2024-05-28T21:49:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T09:54:57.000Z (7 months ago)
- Last Synced: 2024-12-17T12:05:31.641Z (25 days ago)
- Language: Python
- Size: 1.17 MB
- Stars: 86
- Watchers: 2
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI_V-Express** - Express](https://github.com/tencent-ailab/V-Express) to make audio driven videos! (All Workflows Sorted by GitHub Stars)
README
# ComfyUI_V-Express
the comfyui custom node of [V-Express](https://github.com/tencent-ailab/V-Express) to make audio driven videos!
## How to use
make sure `ffmpeg` is worked in your commandline
for Linux
```
apt update
apt install ffmpeg
```
for Windows,you can install `ffmpeg` by [WingetUI](https://github.com/marticliment/WingetUI) automaticallythen!
```
git clone https://github.com/AIFSH/ComfyUI_V-Express.git
cd ComfyUI_V-Express
pip install -r requirements.txt## insatll xformers match your torch,for torch==2.1.0+cu121
pip install xformers==0.0.22.post7
pip install accelerate
```
weights will be downloaded from huggingfaceYou can also download [model_ckpts](https://huggingface.co/tk93/V-Express) manually then put it in `ComfyUI_V-Express`
## Tutorial
- [Demo](https://www.bilibili.com/video/BV1Br421L7rX)## WeChat Group && Donate
## Thanks
- [V-Express](https://github.com/tencent-ailab/V-Express)