Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T01:42:53.000Z (8 months ago)
- Last Synced: 2024-04-30T02:40:55.210Z (8 months ago)
- Topics: comfyui-nodes, lipsync
- Language: Python
- Homepage:
- Size: 1.12 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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) automaticallythen!
```
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)