FuouM / ComfyUI_wav2lip

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComfyUI_wav2lip

Wav2Lip Node for ComfyUI

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.

new wav2lip

Features

  • Lip-syncing of videos using the Wav2Lip model
  • Support for various face detection models

Inputs

  • 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)

Outputs

  • images: Lip-synced output video frames
  • audio: Output audio file

Installation

  1. Clone the repository to custom_nodes folder:

    git clone https://github.com/yourusername/wav2lip-comfyui.git
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    

Model Setup

To use the Wav2Lip node, you need to download the required models separately. Please follow these steps:

wav2lip model:

  1. Download the wav2lip model: -1-
  2. Place the .pth model file in the custom_nodes\ComfyUI_wav2lip\Wav2Lip\checkpoints` folder
  3. Start or restart ComfyUI.

Usage

  1. Add the Wav2Lip node to your ComfyUI workflow.

  2. Connect the input video frames and audio file to the corresponding inputs of the Wav2Lip node.

  3. Adjust the node settings according to your requirements:

    • Set the mode to "sequential" or "repetitive" based on your video processing needs.
    • Adjust the face_detect_batch size if needed.
  4. Execute the ComfyUI workflow to generate the lip-synced output video.

Fix Video combine node endless loop

In case of an endless loop in the VideoCombine node when you connect audio to the node, you can download the 7zip file containing the fixed node from the ComfyUI-VideoHelperSuite-fix folder in the repository and replace the existing one.

  1. In the repository there are ComfyUI-VideoHelperSuite-fix folder.
  2. find the ComfyUI-VideoHelperSuite.7zip file in the folder.
  3. Extract the contents of the ComfyUI-VideoHelperSuite.7zip folder to a temporary location on your computer.
  4. Locate the existing ComfyUI-VideoHelperSuite node in your ComfyUI/custom_nodes folder.
  5. Replace the existing ComfyUI-VideoHelperSuite node with the fix one.
  6. Restart ComfyUI to apply the changes.

Acknowledgement

Thanks to ArtemM, Wav2Lip, PIRenderer, GFP-GAN, GPEN, ganimation_replicate, STIT for sharing their code.

Related Work

About

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.


Languages

Language:Python 99.6%Language:Batchfile 0.3%Language:Shell 0.1%