File size: 1,717 Bytes
158f1d8
 
 
010be78
 
 
 
 
158f1d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
license: mit
tags:
- whisper
- speech-recognition
- transcription
- comfyui
- ffmpega
---

# OpenAI Whisper Models

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).

## Available Models

| File | Size | Parameters |
|:-----|:-----|:-----------|
| `tiny.safetensors` | ~72 MB | 39 M |
| `base.safetensors` | ~139 MB | 74 M |
| `small.safetensors` | ~461 MB | 244 M |
| `medium.safetensors` | ~1.5 GB | 769 M |
| `large-v3.safetensors` | ~2.9 GB | 1550 M |

**Original source:** [OpenAI Whisper](https://github.com/openai/whisper) (Azure CDN)

## Format

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.

## Usage

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.

### Manual Installation

1. Download the desired `.safetensors` file from this repo
2. Convert to `.pt` or place in `ComfyUI/models/whisper/`
3. FFMPEGA will detect the local file and skip downloading

## Why This Mirror?

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.

## License

OpenAI Whisper is released under the MIT license.