What is the HuggingFace ASR Speech Recognition Channel?
HuggingFace ASR is a speech recognition channel added in pyVideoTrans v3.91, supporting the use of open-source models from HuggingFace. This channel covers recognition models for multiple languages, suitable for scenarios involving non-Chinese speech (such as English, Japanese, Vietnamese, Thai, etc.).
Prerequisites
- Video translation software version >= v3.91
- On first use, models are automatically downloaded from HuggingFace, requiring network connectivity
- Users in certain regions may need to use a mirror site or download models manually (see below)
- GPU acceleration significantly improves recognition speed (NVIDIA GPU recommended)
Automatic Download Information
On first use, the software automatically downloads from:
- International site:
https://huggingface.co - Mirror site:
https://hf-mirror.com
Due to network issues, automatic downloads may fail for some users. If this happens, refer to the Manual Download section below.
Supported Models and Languages
English Models
| Model | Language | Backend | Notes |
|---|---|---|---|
| nvidia/parakeet-ctc-1.1b | English | pipe_asr | NVIDIA product, high accuracy |
Japanese Models
| Model | Language | Backend | Notes |
|---|---|---|---|
| reazon-research/japanese-wav2vec2-large-rs35kh | Japanese | pipe_asr | wav2vec2 architecture |
| kotoba-tech/kotoba-whisper-v2.0 | Japanese | pipe_asr | Whisper optimized for Japanese |
| zh-plus/faster-whisper-large-v2-japanese-5k-steps | Japanese | faster_whisper | Supports VAD pre-segmentation |
| JhonVanced/whisper-large-v3-japanese-4k-steps-ct2 | Japanese | faster_whisper | Supports VAD pre-segmentation |
| jonatasgrosman/wav2vec2-large-xlsr-53-japanese | Japanese | pipe_asr | Multilingual wav2vec2 |
Vietnamese Models
| Model | Language | Backend | Notes |
|---|---|---|---|
| suzii/vi-whisper-large-v3-turbo-v1 | Vietnamese | pipe_asr | Fine-tuned whisper-large-v3-turbo |
Thai Models
| Model | Language | Backend | Notes |
|---|---|---|---|
| biodatlab/whisper-th-medium | Thai | pipe_asr | whisper-medium Thai version |
| biodatlab/whisper-th-large-v3 | Thai | pipe_asr | whisper-large-v3 Thai version |
Model Backend Types
- pipe_asr: Standard inference backend based on HuggingFace Pipeline, with good compatibility — suitable for most models
- faster_whisper: Inference backend based on faster-whisper, faster speed, supports whisper_prepare (VAD pre-segmentation) — can perform voice activity detection before recognition to improve efficiency
Manual Download Method
If automatic download fails, you can download model files manually. All models follow the same storage rule:
- Create a corresponding folder inside the
modelsfolder next tosp.exe/sp.py - Open the model's download page and download all files
- Place the downloaded files in the created folder
Note: Do not rename files after downloading. If the download directory has files with duplicate names (e.g.,
xxx(1)), delete the old file first, then rename.
nvidia/parakeet-ctc-1.1b (English)
- Create folder:
models--nvidia--parakeet-ctc-1.1binside themodelsfolder - Download: https://huggingface.co/nvidia/parakeet-ctc-1.1b/tree/main
- Download all files from the page into the folder
reazon-research/japanese-wav2vec2-large-rs35kh (Japanese)
- Create folder:
models--reazon-research--japanese-wav2vec2-large-rs35khinside themodelsfolder - Download: https://huggingface.co/reazon-research/japanese-wav2vec2-large-rs35kh/tree/main
- Download all files from the page into the folder
kotoba-tech/kotoba-whisper-v2.0 (Japanese)
- Create folder:
models--kotoba-tech--kotoba-whisper-v2.0inside themodelsfolder - Download: https://huggingface.co/kotoba-tech/kotoba-whisper-v2.0/tree/main
- Download all files from the page into the folder
zh-plus/faster-whisper-large-v2-japanese-5k-steps (Japanese)
- Create folder:
models--zh-plus--faster-whisper-large-v2-japanese-5k-stepsinside themodelsfolder - Download: https://huggingface.co/zh-plus/faster-whisper-large-v2-japanese-5k-steps/tree/main
- Download all files from the page into the folder
JhonVanced/whisper-large-v3-japanese-4k-steps-ct2 (Japanese)
- Create folder:
models--JhonVanced--whisper-large-v3-japanese-4k-steps-ct2inside themodelsfolder - Download: https://huggingface.co/JhonVanced/whisper-large-v3-japanese-4k-steps-ct2/tree/main
- Download all files from the page into the folder
jonatasgrosman/wav2vec2-large-xlsr-53-japanese (Japanese)
- Create folder:
models--jonatasgrosman--wav2vec2-large-xlsr-53-japaneseinside themodelsfolder - Download: https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-japanese/tree/main
- Download all files from the page into the folder
suzii/vi-whisper-large-v3-turbo-v1 (Vietnamese)
- Create folder:
models--suzii--vi-whisper-large-v3-turbo-v1inside themodelsfolder - Download: https://huggingface.co/suzii/vi-whisper-large-v3-turbo-v1/tree/main
- Download all files from the page into the folder
biodatlab/whisper-th-medium (Thai)
- Create folder:
models--biodatlab--whisper-th-mediuminside themodelsfolder - Download: https://huggingface.co/biodatlab/whisper-th-medium/tree/main
- Download all files from the page into the folder
biodatlab/whisper-th-large-v3 (Thai)
- Create folder:
models--biodatlab--whisper-th-large-v3inside themodelsfolder - Download: https://huggingface.co/biodatlab/whisper-th-large-v3/tree/main
- Download all files from the page into the folder
Common Errors and Troubleshooting
Automatic download fails
- Cause: Network cannot access HuggingFace or mirror site is unstable
- Solution: Use the manual download method above, or configure a proxy and retry
Incorrect model file names
- Cause: Browser auto-renames during download (e.g.,
xxx(1)) - Solution: Delete files with the
(1)suffix and place correctly named files in the model folder
Empty recognition results or errors
- Cause: Incomplete model files or incorrect folder structure
- Solution: Verify the model folder contains all necessary files; re-download if needed
Downloading Models for the openai-whisper Channel
These models are single
.ptfiles — download them and place them in themodelsfolder next tosp.py/sp.exe.
tiny Model
base Model
small Model
medium Model
large Model
Downloading Models for the faster-whisper Channel
By default, models are automatically downloaded from
https://huggingface.co. If download fails, use the manual method below.
Systran Standard Models
large-v3-turbo Model
| Model | Download Link |
|---|---|
| large-v3-turbo | https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main |
distil Distilled Models
| Model | Download Link |
|---|---|
| distil-small.en | https://huggingface.co/Systran/faster-distil-whisper-small.en/tree/main |
| distil-medium.en | https://huggingface.co/Systran/faster-distil-whisper-medium.en/tree/main |
| distil-large-v2 | https://huggingface.co/Systran/faster-distil-whisper-large-v2/tree/main |
| distil-large-v3 | https://huggingface.co/Systran/faster-distil-whisper-large-v3/tree/main |
| distil-large-v3.5 | https://huggingface.co/distil-whisper/distil-large-v3.5-ct2/tree/main |
Manual Download — General Steps
- In the
modelsfolder next tosp.exe/sp.py, create a folder namedmodels--{org}--{model} - Open the corresponding download link above
- Download all
.json,.bin, and.txtfiles from the page and place them in the created folder
Downloading M2M100 Translation Model
Download link: https://modelscope.cn/models/himyworld/videotrans/resolve/master/m2m100_12b_model.zip
After extracting, you will get a folder named m2m100_12b. Copy this folder into the models folder next to sp.py/sp.exe.
VITS and Piper-TTS Dubbing Channel Model Downloads
VITS-TTS Dubbing Channel
- Voice count: 175 Chinese voices, 109 English voices
- Supported languages: Chinese and English only — no other languages supported
Model download: https://modelscope.cn/models/himyworld/videotrans/resolve/master/vits-tts.zip
After downloading and extracting, you will see a vits folder. Copy it into the models folder next to sp.exe (or sp.py for source deployment).

Piper-TTS Dubbing Channel
- Supported languages: 20 languages
- Default voices: To minimize model size, only 1 Chinese voice and 10 English voices are included by default
- Extension: Download additional language voice models as needed
Model download: https://modelscope.cn/models/himyworld/videotrans/resolve/master/piper-tts.zip
After downloading and extracting, you will see a piper folder. Copy it into the models folder next to sp.exe (or sp.py for source deployment).

