File size: 2,313 Bytes
29ebf9d
 
 
e1d2c2f
 
 
 
29ebf9d
 
 
 
276c458
29ebf9d
 
 
276c458
29ebf9d
276c458
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29ebf9d
 
 
 
 
 
 
 
276c458
 
 
 
 
 
 
29ebf9d
 
 
 
276c458
29ebf9d
276c458
 
29ebf9d
276c458
29ebf9d
276c458
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
license: cc-by-nc-4.0
tags:
- mmaudio
- audio-generation
- video-to-audio
- fp16
---

# MMAudio Models (FP16 Safetensors)

FP16 `.safetensors` conversions of [MMAudio](https://github.com/hkchengrex/MMAudio) model checkpoints and dependencies for use with [ComfyUI-FFMPEGA](https://github.com/AEmotionStudio/ComfyUI-FFMPEGA).

## Models

### MMAudio Core

| File | Description | FP16 Size |
|------|-------------|-----------|
| `mmaudio_large_44k_v2.safetensors` | MMAudio large model (44kHz, v2) | 1,966 MB |
| `v1-44.safetensors` | VAE decoder (44kHz) | 583 MB |
| `synchformer_state_dict.safetensors` | Synchformer temporal encoder | 453 MB |

### Dependencies

| File | Description | Size |
|------|-------------|------|
| `apple_DFN5B-CLIP-ViT-H-14-384_fp16.safetensors` | CLIP vision encoder (fp16) | 1,882 MB |
| `bigvgan_v2_44khz_128band_512x/` | BigVGAN v2 vocoder (44kHz) | ~467 MB |

All models converted from original FP32 sources → **FP16** `.safetensors` (50% size reduction).

## Sources

All models were downloaded from their **original sources** and converted by us:

- **MMAudio**: [hkchengrex/MMAudio](https://huggingface.co/hkchengrex/MMAudio)
- **CLIP**: [apple/DFN5B-CLIP-ViT-H-14-384](https://huggingface.co/apple/DFN5B-CLIP-ViT-H-14-384)
- **BigVGAN**: [nvidia/bigvgan_v2_44khz_128band_512x](https://huggingface.co/nvidia/bigvgan_v2_44khz_128band_512x)

## Usage

These models are automatically downloaded by the `generate_audio` skill in ComfyUI-FFMPEGA. No manual setup needed.

**Manual installation:**
```
ComfyUI/models/mmaudio/
├── mmaudio_large_44k_v2.safetensors
├── v1-44.safetensors
├── synchformer_state_dict.safetensors
├── apple_DFN5B-CLIP-ViT-H-14-384_fp16.safetensors
└── bigvgan_v2_44khz_128band_512x/
    ├── config.json
    └── bigvgan_generator.pt
```

## License

> ⚠️ **CC-BY-NC 4.0** — MMAudio model checkpoints are licensed under [Creative Commons Attribution-NonCommercial 4.0](https://creativecommons.org/licenses/by-nc/4.0/).
> Commercial use of the models is restricted. The code that loads/runs them is MIT/GPL-3.0.
>
> BigVGAN is licensed under MIT. CLIP (DFN5B) is licensed under Apple's research license.

## Paper

*Taming Multimodal Joint Training for High-Quality Video-to-Audio Synthesis* (CVPR 2025)