bghira commited on
Commit
fce0d00
·
verified ·
1 Parent(s): 27f6d44

Add converted MiniMax Music 3 audio VAE

Browse files
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: diffusers
3
+ pipeline_tag: text-to-audio
4
+ base_model: MiniMaxAI/MiniMax-Music3
5
+ tags:
6
+ - minimax-music-3
7
+ - audio-vae
8
+ - diffusers
9
+ - simpletuner
10
+ ---
11
+
12
+ # MiniMax Music 3 Audio VAE
13
+
14
+ This repository contains the MiniMax Music 3 DAV audio autoencoder converted to a Diffusers-style component for SimpleTuner.
15
+
16
+ The converted component is stored in `audio_vae/` and can be loaded with `MiniMaxMusic3DAV.from_pretrained(repo_id, subfolder="audio_vae")` from SimpleTuner.
17
+
18
+ This is the continuous waveform autoencoder used for VAECache and waveform decode. It is not the RVQ tokenizer, Qwen3 language model, RVQ depth decoder, or flow transformer from the full MiniMax Music 3 pipeline.
19
+
20
+ Source weights: `MiniMaxAI/MiniMax-Music3` `dav.pth`.
audio_vae/config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MiniMaxMusic3DAV",
3
+ "_diffusers_version": "0.38.0",
4
+ "channel_latent_channels": 64,
5
+ "decoder_hidden_dim": 1536,
6
+ "decoder_input_dim": 1024,
7
+ "encoder_dim": 64,
8
+ "encoder_latent_dim": 1024,
9
+ "encoder_rates": [
10
+ 2,
11
+ 4,
12
+ 8,
13
+ 8
14
+ ],
15
+ "latent_channels": 128,
16
+ "sampling_rate": 44100,
17
+ "upsampling_ratios": [
18
+ 8,
19
+ 8,
20
+ 4,
21
+ 2
22
+ ]
23
+ }
audio_vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea6d2458de8d71e3d8b8210362ab31c547ac3c99bafa53ba004f3751acb5428e
3
+ size 306466152