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.
53 stars 10 forks source link

Import Failed #13

Closed vootox closed 1 month ago

vootox commented 1 month ago

When I tried installing it with ComfyUI manager there was an error "(IMPORT FAILED)"

So I tried Windows CMD to clone but there was a "Git Credentials Authentication" window that popped up.

ShmuelRonen commented 1 month ago
git clone https://github.com/ShmuelRonen/ComfyUI_wav2lip.git

I try it now:

C:\>git clone https://github.com/ShmuelRonen/ComfyUI_wav2lip.git
Cloning into 'ComfyUI_wav2lip'...
remote: Enumerating objects: 452, done.
remote: Counting objects: 100% (168/168), done.
remote: Compressing objects: 100% (125/125), done.
remote: Total 452 (delta 106), reused 39 (delta 38), pack-reused 284
Receiving objects: 100% (452/452), 1.49 MiB | 3.64 MiB/s, done.
Resolving deltas: 100% (173/173), done.

C:\>
vootox commented 1 month ago

Thank you for your work and help. The clone is working but the node is still not there. Screenshot 2024-05-21 180526 Screenshot 2024-05-21 180622

ShmuelRonen commented 1 month ago

Send me the CMD log of your ComfyUI

vootox commented 1 month ago

Send me the CMD log of your ComfyUI

"assert model_exists, f"Model {wav2lip_model_file} not found in {checkpoints_path}"

Thank you for mentioning the log! I never realized the node would not show without the model. The model was the very first thing I had downloaded but somehow I had entirely forgotten to include it. Thank you for your patience, my age is catching up with me I think, my mistake.