ComfyUI Node
Higgs v3 Whisper Transcribe
Transcribe reference AUDIO with Whisper for Higgs v3 voice cloning.
Higgs v3 Whisper Transcribe
- audio
- transcript
◄modelwhisper-large-v3-turbo (auto-download)►
◄dtypeauto►
◄languageauto►
◄tasktranscribe►
◄chunk_length_s30►
◄download_if_missingtrue►
CategoryHiggs v3 TTS
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| audio | AUDIO | Reference audio to transcribe for Higgs v3 reference_text. | |
| model | COMBO | whisper-large-v3-turbo (auto-download) | Whisper ASR model. Turbo is fast and usually accurate enough for reference transcripts. |
| dtype | COMBO | auto | Whisper precision. auto uses bf16 on supported CUDA/XPU and fp32 otherwise. |
| language | COMBO | auto | Reference audio language. auto detects it; setting it can improve transcript accuracy. |
| task | COMBO | transcribe | transcribe keeps the original language; translate outputs English. |
| chunk_length_s | INT | 300–120 | Whisper chunk length for longer reference clips. 0 lets Transformers choose. |
| download_if_missing | BOOLEAN | true | Download the selected Whisper model into ComfyUI/models/audio_encoders if it is missing. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| transcript | STRING | — |