Metadata-Version: 2.1
Name: comfyui-pyannote
Version: 1.0.0
Summary: This repository provides custom nodes for ComfyUI designed to process audio files, performing speaker diarization and integrating speaker data into whisper-transcribed segments. These nodes utilize the PyAnnote library for speaker identification and pandas for efficient data handling.
Home-page: https://github.com/ramesh-x90/ComfyUI_pyannote
Requires-Python: >=3.10
Requires-Dist: pyannote.audio
Requires-Dist: pydub
