File "E:\project\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WhisperX\nodes.py", line 111, in get_srt
model = whisperx.load_model(model_type, device, compute_type=compute_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\project\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WhisperX\whisperx\asr.py", line 349, in load_model
vad_model = load_vad_model(torch.device(device), use_auth_token=None, **default_vad_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\project\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WhisperX\whisperx\vad.py", line 36, in load_vad_model
raise FileNotFoundError(f"Model file not found at {model_fp}")
FileNotFoundError: Model file not found at E:\project\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WhisperX\whisperx\assets\pytorch_model.bin