--index-url https://download.pytorch.org/whl/cu115 torch==1.11.0 torchaudio==0.11.0 torchvision==0.12.0

The Wav2Lip node is a custom node for ComfyUI that allows you to perform lip-syncing on videos using the Wav2Lip model. It takes an input video and an audio file and generates a lip-synced output video.
images: Input video frames (required)audio: Input audio file (required)mode: Processing mode, either “sequential” or “repetitive” (default: “sequential”)face_detect_batch: Batch size for face detection (default: 8)images: Lip-synced output video framesaudio: Output audio file“`
git clone https://github.com/ShmuelRonen/ComfyUI_wav2lip.git
“`
“`
pip install -r requirements.txt
“`
To use the Wav2Lip node, you need to download the required models separately. Please follow these steps:
.pth model file in the custom_nodes\ComfyUI_wav2lip\Wav2Lip\checkpoints` foldermode to “sequential” or “repetitive” based on your video processing needs.face_detect_batch size if needed.Thanks to
GPEN,
for sharing their code.