Metadata-Version: 2.1
Name: comfyui-wav2lip
Version: 0.0.1
Summary: 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.
Home-page: https://github.com/ShmuelRonen/ComfyUI_wav2lip
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: pydub
Requires-Dist: soundfile
Requires-Dist: opencv-python-headless
Requires-Dist: pathlib
Requires-Dist: librosa
