Metadata-Version: 2.1
Name: comfyui-joyhallo-wrapper
Version: 0.0.1
Summary: A ComfyUI custom node wrapper for JoyHallo - One-Shot Audio-Driven Talking Head Generation.
Home-page: https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper
Requires-Python: >=3.10
Requires-Dist: mediapipe[vision]==0.10.14
Requires-Dist: mlflow
Requires-Dist: moviepy==1.0.3
Requires-Dist: omegaconf
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: transformers
Requires-Dist: av
Requires-Dist: regex
Requires-Dist: scipy
