Add model card README
Browse files
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- whisper
|
| 5 |
+
- speech-recognition
|
| 6 |
+
- transcription
|
| 7 |
+
- comfyui
|
| 8 |
+
- ffmpega
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# OpenAI Whisper Models
|
| 12 |
+
|
| 13 |
+
Mirror of [OpenAI Whisper](https://github.com/openai/whisper) model weights in **safetensors** format, hosted by [AEmotionStudio](https://github.com/AEmotionStudio) for use with [ComfyUI-FFMPEGA](https://github.com/AEmotionStudio/ComfyUI-FFMPEGA).
|
| 14 |
+
|
| 15 |
+
## Available Models
|
| 16 |
+
|
| 17 |
+
| File | Size | Parameters |
|
| 18 |
+
|:-----|:-----|:-----------|
|
| 19 |
+
| `tiny.safetensors` | ~72 MB | 39 M |
|
| 20 |
+
| `base.safetensors` | ~139 MB | 74 M |
|
| 21 |
+
| `small.safetensors` | ~461 MB | 244 M |
|
| 22 |
+
| `medium.safetensors` | ~1.5 GB | 769 M |
|
| 23 |
+
| `large-v3.safetensors` | ~2.9 GB | 1550 M |
|
| 24 |
+
|
| 25 |
+
**Original source:** [OpenAI Whisper](https://github.com/openai/whisper) (Azure CDN)
|
| 26 |
+
|
| 27 |
+
## Format
|
| 28 |
+
|
| 29 |
+
Models are stored in `.safetensors` format for security. The `dims` configuration metadata is preserved in each file's safetensors header. ComfyUI-FFMPEGA automatically handles the conversion to `.pt` format locally when downloading from this mirror.
|
| 30 |
+
|
| 31 |
+
## Usage
|
| 32 |
+
|
| 33 |
+
These models are automatically downloaded by ComfyUI-FFMPEGA when audio **transcription** or **subtitle generation** is used. No manual setup is required if `allow_model_downloads` is enabled on the FFMPEG Agent node.
|
| 34 |
+
|
| 35 |
+
### Manual Installation
|
| 36 |
+
|
| 37 |
+
1. Download the desired `.safetensors` file from this repo
|
| 38 |
+
2. Convert to `.pt` or place in `ComfyUI/models/whisper/`
|
| 39 |
+
3. FFMPEGA will detect the local file and skip downloading
|
| 40 |
+
|
| 41 |
+
## Why This Mirror?
|
| 42 |
+
|
| 43 |
+
This is a first-party mirror maintained by AEmotionStudio to ensure supply chain resilience. If OpenAI's CDN becomes unavailable, FFMPEGA will still be able to download models from this mirror.
|
| 44 |
+
|
| 45 |
+
## License
|
| 46 |
+
|
| 47 |
+
OpenAI Whisper is released under the MIT license.
|