Metadata-Version: 2.1
Name: comfyui-latentsyncwrapper
Version: 0.0.1
Summary: This node provides lip-sync capabilities in ComfyUI using ByteDance's LatentSync model. It allows you to synchronize video lips with audio input.
Home-page: https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper
Requires-Python: >=3.10
Requires-Dist: diffusers
Requires-Dist: mediapipe>=0.10.8
Requires-Dist: transformers
Requires-Dist: huggingface-hub>=0.10.0
Requires-Dist: omegaconf
Requires-Dist: einops
Requires-Dist: opencv-python-headless
Requires-Dist: face-alignment
Requires-Dist: decord
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: safetensors
Requires-Dist: soundfile
Requires-Dist: DeepCache
