Metadata-Version: 2.1
Name: comfyui-whisperxx
Version: 0.0.1
Summary: WhisperX integration for ComfyUI - Advanced speech-to-text with speaker diarization and word-level timestamps
Home-page: https://github.com/obvirm/ComfyUI-WhisperXX
Requires-Python: >=3.10
Requires-Dist: --index-url https://pypi.org/simple --extra-index-url https://download.pytorch.org/whl/cu129
Requires-Dist: whisperx==3.7.4
Requires-Dist: # Untuk mengunduh model dari Hugging Face Hub.
Requires-Dist: huggingface-hub
Requires-Dist: # Untuk decoding file audio. 'av' adalah dependensi whisperx untuk memuat audio.
Requires-Dist: av
Requires-Dist: # Untuk membuat permintaan HTTP (digunakan dalam pengunduh kustom node).
Requires-Dist: requests
Requires-Dist: # Diperlukan oleh backend diarization (pyannote.audio) untuk model VAD.
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: # Untuk menampilkan progress bar kustom selama proses.
Requires-Dist: tqdm
