Model Related 📦
Collection of issues related to models.
Model Directory
On the first run, models will be automatically downloaded to the
models
directory.Custom download location can be specified using the
CREATORBOX_MODEL
environment variable.
.models
├─huggingface
│ └─hub
│ ├─.locks
│ ├─models--SWivid--F5-TTS
│ ├─models--charactr--vocos-mel-24khz
│ ├─models--pyannote--segmentation-3.0
│ ├─models--pyannote--speaker-diarization-3.1
│ ├─models--pyannote--wespeaker-voxceleb-resnet34-LM
│ ├─models--Systran--faster-whisper-base
│ ├─models--Systran--faster-whisper-large-v2
│ └─models--Systran--faster-whisper-medium
│ .....
│
├─keras
│ └─models
│
├─modelscope
│ └─models
│ └─iic
│ ├─CosyVoice2-0.5B
│ ├─CosyVoice2-0___5B
│ .....
│
├─torch
│ └─hub
│ ├─checkpoints
│ └─snakers4_silero-vad_master
│ ....
Usage Issues
Model Download Failure❓
Solution
log
An error occured while synchronizing the model Systran/faster-whisper-large-v3 from the Hugging Face Hub:
An error happened while trying to locate the files on the Hub and we cannot find the appropriate snapshot folder for the
specified revision on the local disk. Please check your internet connection and try again.
Trying to load the model directly from the local cache, if it exists.
Speaker Invocation Error❓
Solution
log
2025-04-18 07:29:31.094 | INFO whisper_.py:102 - Loading Speaker model on device cuda
2025-04-18 07:29:31.865 | ERROR whisper_.py:106 - Error: 401 Client Error: Unauthorized for url: https://hf-mirror.com/pyannote/speaker-diarization-3.1/resolve/main/config.yaml (Request ID: Root=1-6801ff5b-0270fbd846adbc761e229ace;fddee4c5-7f49-4739-bba3-42cbc47dca6e)
- Go to and accept the user agreement for
pyannote/segmentation-3.0
- Accept the user agreement for
pyannote/speaker-diarization-3.1
- Go to and obtain an access token:
huggingface.co/settings/tokens