Skip to content

zackabrams/ComfyUI-KeySyncWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI-KeySyncWrapper

WIP implementation of KeySync in ComfyUI

You'll need to git clone the original KeySync code into the KeySyncWrapper folder where this node sits. Follow the instructions in the keysync repo to install the pretrained models. They should go in a separate folder called pretrained_models (see below).

Then everything should work? Maybe? Lots of dependencies so beware installation issues.

Reach out if you can help me clean up the code!

cd ../ComfyUI/custom_nodes/ComfyUI-KeySyncWraper
git clone https://github.com/antonibigata/keysync
custom_nodes/ComfyUI-KeySyncWrapper
  ├── keysync/
  │   ├── [KeySync code from KeySync repo https://github.com/antonibigata/keysync]
  ├── pretrained_models/
  │   ├── interpolation_dub.pt
  │   └── keyframe_dub.pt
  ├── __init__.py
  ├── infer.py
  ├── nodes.py

About

WIP implementation of KeySync in ComfyUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages