This article introduces how to manually download models from the huggingface website after a failed download via the faster-whisper[local] speech recognition channel, as well as download links for other related models used in the software.
Make sure you have upgraded to version v3.91
When using the faster-whisper[local] speech recognition channel, you need to download models from the external website https://huggingface.co or the domestic mirror https://hf-mirror.com. The former requires a stable and reliable proxy tool, as it can easily fail otherwise. The latter mirror site itself seems to have unstable network connections, often resulting in download timeouts and failures.

Manually Download Models for the faster-whisper (Local) Channel
Choose the model based on your needs. The best model is
large-v3. If not using CUDA acceleration, ensure your RAM is at least 16GB. With CUDA acceleration, ensure your VRAM is greater than 10GB.
Download the tiny model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-tiny. - Open the model download page: https://huggingface.co/Systran/faster-whisper-tiny/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the tiny.en model (English only):
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-tiny.en. - Open the model download page: https://huggingface.co/Systran/faster-whisper-tiny.en/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the base model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-base. - Open the model download page: https://huggingface.co/Systran/faster-whisper-base/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the base.en model (English only):
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-base.en. - Open the model download page: https://huggingface.co/Systran/faster-whisper-base.en/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the small model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-small. - Open the model download page: https://huggingface.co/Systran/faster-whisper-small/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the small.en model (English only):
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-small.en. - Open the model download page: https://huggingface.co/Systran/faster-whisper-small.en/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the medium model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-medium. - Open the model download page: https://huggingface.co/Systran/faster-whisper-medium/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the medium.en model (English only):
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-medium.en. - Open the model download page: https://huggingface.co/Systran/faster-whisper-medium.en/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the large-v3-turbo model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--mobiuslabsgmbh--faster-whisper-large-v3-turbo. - Open the model download page: https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the large-v1 model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-large-v1. - Open the model download page: https://huggingface.co/Systran/faster-whisper-large-v1/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the large-v2 model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-large-v2. - Open the model download page: https://huggingface.co/Systran/faster-whisper-large-v2/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the large-v3 model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-whisper-large-v3. - Open the model download page: https://huggingface.co/Systran/faster-whisper-large-v3/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
The following distilled models are only suitable for transcribing English speech in audio/video.
Download the distil-large-v3 model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-distil-whisper-large-v3. - Open the model download page: https://huggingface.co/Systran/faster-distil-whisper-large-v3/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the distil-large-v3.5 model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--distil-whisper--distil-large-v3.5-ct2. - Open the model download page: https://huggingface.co/distil-whisper/distil-large-v3.5-ct2/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the distil-small.en model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-distil-whisper-small.en. - Open the model download page: https://huggingface.co/Systran/faster-distil-whisper-small.en/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the distil-medium.en model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-distil-whisper-medium.en. - Open the model download page: https://huggingface.co/Systran/faster-distil-whisper-medium.en/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Download the distil-large-v2 model:
- Create a folder: Inside the
modelsfolder located in the same directory assp.exe(sp.py), create a folder namedmodels--Systran--faster-distil-whisper-large-v2. - Open the model download page: https://huggingface.co/Systran/faster-distil-whisper-large-v2/tree/main
- Download all .json, .bin, and .txt files from that page and copy them into the folder you just created. You can overwrite existing files if prompted.
- Create a folder: Inside the
Domestic Mirror Link for faster-whisper Models
https://modelscope.cn/models/himyworld/fasterwhisper/files
