https://github.com/AIFSH/ComfyUI-IP_LAP
the comfyui custom node of IP_LAP to make audio driven videos!
https://github.com/AIFSH/ComfyUI-IP_LAP
comfyui-nodes lipsync
Last synced: 10 months ago
JSON representation
the comfyui custom node of IP_LAP to make audio driven videos!
- Host: GitHub
- URL: https://github.com/AIFSH/ComfyUI-IP_LAP
- Owner: AIFSH
- License: other
- Created: 2024-04-10T00:46:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T07:05:39.000Z (about 2 years ago)
- Last Synced: 2024-11-28T03:02:56.422Z (over 1 year ago)
- Topics: comfyui-nodes, lipsync
- Language: Python
- Homepage:
- Size: 1.46 MB
- Stars: 31
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-IP_LAP** - Zhong/IP_LAP) to make audio driven videos! (Workflows (3395) sorted by GitHub Stars)
- awesome-comfyui - **ComfyUI-IP_LAP** - Zhong/IP_LAP) to make audio driven videos! (All Workflows Sorted by GitHub Stars)
README
# ComfyUI-IP_LAP
the comfyui custom node of [IP_LAP](https://github.com/Weizhi-Zhong/IP_LAP) 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) automatically
then!
```
git clone https://github.com/AIFSH/ComfyUI-IP_LAP.git
cd ComfyUI-IP_LAP
pip install -r requirements.txt
```
download [weights](https://www.jianguoyun.com/p/DeXpK34QgZ-EChjI9YcFIAA) or [OneDrive](https://1drv.ms/f/s!Amqu9u09qiUGi7UJIADzCCC9rThkpQ?e=P1jG5N) and put the `*.pth` files in `ComfyUI-IP_LAP/weights`
## Windows
There is a portable standalone build for Windows that should work for running on Nvidia GPUs and cuda>=11.8,
click [the link](https://www.bilibili.com/video/BV1qx4y1h7T2) to download
## Tutorial
- [Demo](https://www.bilibili.com/video/BV1ht421J7SX)
- [FULL WorkFLOW](https://www.bilibili.com/video/BV1XE421T7ja)
## WeChat Group && Donate
## Thanks
- [NativeSpeakerUI](https://github.com/AIFSH/NativeSpeakerUI)
- [IP_LAP](https://github.com/Weizhi-Zhong/IP_LAP)