#205 · Primary category: Video & Animation

ComfyUI-LatentSyncWrapper

This node provides lip-sync capabilities in ComfyUI using ByteDance's LatentSync model. It allows you to synchronize video lips with audio input.

Project last updated:09/04/25

GitHub Stars

958

Forks

91

Contributors

5

License

Other

Why we included this project

Lip-sync usually means stepping out of ComfyUI to run a separate pipeline, so getting it as a plain custom node inside the graph is the main draw here. The wrapper sits on ByteDance's LatentSync: drop in a talking-head clip, give it an audio track, and the node redraws the mouth to match the speech, with knobs for lip-movement strength and denoising steps. The 1.6 model was trained at 512x512 resolution, which clears up the mushy teeth and lip detail that hurt earlier releases, and the implementation keeps GPU memory low enough to work on a 20GB card. One thing to plan around: the LatentSync 1.6 weights live in a gated HuggingFace repository, so checkpoints have to be fetched by hand, and the plugin demands a clean reinstall rather than an in-place update.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category