Metadata-Version: 2.1
Name: comfyui-deeplivecam
Version: 0.0.1
Summary: This node integrates the face-swapping capabilities from Deep Live Cam into ComfyUI, allowing you to perform real-time face swapping on images and video streams.
Home-page: https://github.com/ryanontheinside/ComfyUI-DeepLiveCam
Requires-Python: >=3.10
Requires-Dist: --extra-index-url https://download.pytorch.org/whl/cu118
Requires-Dist: numpy
Requires-Dist: typing-extensions>=4.8.0
Requires-Dist: opencv-python-headless
Requires-Dist: cv2_enumerate_cameras==1.1.15
Requires-Dist: onnx==1.16.0
Requires-Dist: insightface==0.7.3
Requires-Dist: psutil==5.9.8
Requires-Dist: tk==0.1.0
Requires-Dist: customtkinter==5.2.2
Requires-Dist: pillow==11.1.0
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: tensorflow; sys_platform != 'darwin'
Requires-Dist: opennsfw2==0.10.2
Requires-Dist: protobuf
