ComfyUI Node
MOSS-TTS Whisper Transcribe
Transcribe AUDIO with Whisper for MOSS-TTS continuation prefix text.
MOSS-TTS Whisper Transcribe
- audio
- transcript
◄modelwhisper-large-v3-turbo (auto-download)►
◄dtypeauto►
◄languageauto►
◄tasktranscribe►
◄chunk_length_s30►
◄download_if_missingtrue►
CategoryMOSS-TTS
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| audio | AUDIO | Audio to transcribe. Useful for Continue Speech prefix_text. | |
| model | COMBO | whisper-large-v3-turbo (auto-download) | Whisper ASR model. Turbo is fast and usually accurate enough for prefix transcripts. |
| dtype | COMBO | auto | Whisper precision. auto uses bf16 on supported CUDA/XPU and fp32 otherwise. |
| language | COMBO | auto | 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 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 | — |