ShmuelRonen / 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.
89 stars 20 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'F:\\Wav2Lip\\checkpoints\\wav2lip_gan.pth' #6

Closed signorinileandro closed 4 months ago

signorinileandro commented 4 months ago

There is a hardcoded path in wave2lip_node.py line 155

ShmuelRonen commented 4 months ago

Thanks!!