# ComfyUI_V-Express **Repository Path**: tansunyj/ComfyUI_V-Express ## Basic Information - **Project Name**: ComfyUI_V-Express - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-18 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ComfyUI_V-Express the comfyui custom node of [V-Express](https://github.com/tencent-ailab/V-Express) to make audio driven videos!
webpage
## 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) automatically then! ``` 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 huggingface You 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
Wechat donate
## Thanks - [V-Express](https://github.com/tencent-ailab/V-Express)