Skip to content

The VAD model does not automatically download, where can I download VAD #14

@JoeAu

Description

@JoeAu
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions