Text-to-Audio
Diffusers
Safetensors
PyTorch
minimax_music3
music-generation
text-to-music
sglang-omni
Instructions to use MiniMaxAI/MiniMax-Music3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MiniMaxAI/MiniMax-Music3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MiniMaxAI/MiniMax-Music3", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Add diffusers weights (modular pipeline)
Browse filesDiffusers-format weights for the modular pipeline in https://github.com/huggingface/diffusers/pull/14456. Usage instructions come in a separate README PR.
- .gitattributes +1 -0
- condition_encoder/config.json +11 -0
- condition_encoder/diffusion_pytorch_model.safetensors +3 -0
- language_model/config.json +71 -0
- language_model/generation_config.json +7 -0
- language_model/model-00001-of-00004.safetensors +3 -0
- language_model/model-00002-of-00004.safetensors +3 -0
- language_model/model-00003-of-00004.safetensors +3 -0
- language_model/model-00004-of-00004.safetensors +3 -0
- language_model/model.safetensors.index.json +407 -0
- modular_model_index.json +103 -0
- rvq_depth_decoder/config.json +11 -0
- rvq_depth_decoder/diffusion_pytorch_model.safetensors +3 -0
- scheduler/scheduler_config.json +18 -0
- tokenizer/chat_template.jinja +89 -0
- tokenizer/tokenizer.json +3 -0
- tokenizer/tokenizer_config.json +15 -0
- transformer/config.json +12 -0
- transformer/diffusion_pytorch_model-00001-of-00002.safetensors +3 -0
- transformer/diffusion_pytorch_model-00002-of-00002.safetensors +3 -0
- transformer/diffusion_pytorch_model.safetensors.index.json +448 -0
- vocoder/config.json +14 -0
- vocoder/diffusion_pytorch_model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -3,3 +3,4 @@
|
|
| 3 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 4 |
qwen_7B/qwen3-8B-tokenizer-music/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 5 |
figures/*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 3 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 4 |
qwen_7B/qwen3-8B-tokenizer-music/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 5 |
figures/*.png filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
condition_encoder/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "MiniMaxMusic3ConditionEncoder",
|
| 3 |
+
"_diffusers_version": "0.40.0.dev0",
|
| 4 |
+
"condition_hidden_dim": 4096,
|
| 5 |
+
"input_hop_length": 960,
|
| 6 |
+
"input_sampling_rate": 24000,
|
| 7 |
+
"num_condition_layers": 8,
|
| 8 |
+
"out_dim": 2048,
|
| 9 |
+
"output_hop_length": 512,
|
| 10 |
+
"output_sampling_rate": 44100
|
| 11 |
+
}
|
condition_encoder/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83179c5eaa9a68a370affe0c1b96c2179f659ea4175666b31071490a202c2a4d
|
| 3 |
+
size 100671852
|
language_model/config.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
+
"dtype": "bfloat16",
|
| 9 |
+
"eos_token_id": null,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 4096,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 12288,
|
| 15 |
+
"layer_types": [
|
| 16 |
+
"full_attention",
|
| 17 |
+
"full_attention",
|
| 18 |
+
"full_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"full_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"full_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"full_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"full_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"full_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"full_attention",
|
| 41 |
+
"full_attention",
|
| 42 |
+
"full_attention",
|
| 43 |
+
"full_attention",
|
| 44 |
+
"full_attention",
|
| 45 |
+
"full_attention",
|
| 46 |
+
"full_attention",
|
| 47 |
+
"full_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"full_attention",
|
| 50 |
+
"full_attention",
|
| 51 |
+
"full_attention"
|
| 52 |
+
],
|
| 53 |
+
"max_position_embeddings": 10240,
|
| 54 |
+
"max_window_layers": 28,
|
| 55 |
+
"model_type": "qwen3",
|
| 56 |
+
"num_attention_heads": 32,
|
| 57 |
+
"num_hidden_layers": 36,
|
| 58 |
+
"num_key_value_heads": 8,
|
| 59 |
+
"pad_token_id": null,
|
| 60 |
+
"rms_norm_eps": 1e-06,
|
| 61 |
+
"rope_parameters": {
|
| 62 |
+
"rope_theta": 1000000,
|
| 63 |
+
"rope_type": "default"
|
| 64 |
+
},
|
| 65 |
+
"sliding_window": null,
|
| 66 |
+
"tie_word_embeddings": false,
|
| 67 |
+
"transformers_version": "5.13.0.dev0",
|
| 68 |
+
"use_cache": true,
|
| 69 |
+
"use_sliding_window": false,
|
| 70 |
+
"vocab_size": 200000
|
| 71 |
+
}
|
language_model/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"transformers_version": "5.13.0.dev0",
|
| 6 |
+
"use_cache": true
|
| 7 |
+
}
|
language_model/model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e95924a158b45b67cfad04fa0f0a352e5a263e69338734d7c1d558be776cc98
|
| 3 |
+
size 4910103856
|
language_model/model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fde2d335eef7eafa268d35e53d4b040ee51d2f3fa727f9855b4c97d88a2892da
|
| 3 |
+
size 4915960352
|
language_model/model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6549a831637ab678a573047e7fa8fdf966998c4f45330e6eb7573d67f7b9b4c6
|
| 3 |
+
size 4983068496
|
language_model/model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1c9865f357b64d3ae9f428fb98a844831e5a0aee9ed17b19bd7f7be32b964a9
|
| 3 |
+
size 2359864688
|
language_model/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,407 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 8584475648,
|
| 4 |
+
"total_size": 17168951296
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 32 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 129 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 130 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 133 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 141 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 142 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 143 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 144 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 145 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 146 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 147 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 148 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 149 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 150 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 151 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 152 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 153 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 154 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 155 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 156 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 157 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 158 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 159 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 160 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 161 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 162 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 163 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 164 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 169 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 170 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 171 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 172 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 173 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 174 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 261 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 274 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 275 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 276 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 277 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 278 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 279 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 280 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 281 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 282 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 283 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 284 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 285 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 286 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 287 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 288 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 289 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 290 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 291 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 292 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 293 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 294 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 295 |
+
"model.layers.32.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 296 |
+
"model.layers.32.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 297 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 298 |
+
"model.layers.32.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 299 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 300 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 301 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 302 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 303 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 304 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 305 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 306 |
+
"model.layers.33.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 307 |
+
"model.layers.33.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 308 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 309 |
+
"model.layers.33.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 310 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 311 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 312 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 313 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 314 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 315 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 316 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 317 |
+
"model.layers.34.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 318 |
+
"model.layers.34.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
| 319 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
| 320 |
+
"model.layers.34.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
| 321 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 322 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00004-of-00004.safetensors",
|
| 323 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 324 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 325 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00004-of-00004.safetensors",
|
| 326 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 327 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 328 |
+
"model.layers.35.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 329 |
+
"model.layers.35.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
| 330 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
| 331 |
+
"model.layers.35.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
| 332 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 333 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00004-of-00004.safetensors",
|
| 334 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 335 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 336 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00004-of-00004.safetensors",
|
| 337 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 338 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 339 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 340 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 341 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 342 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 343 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 344 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 345 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 346 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 347 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 348 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 349 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 350 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 351 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 352 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 353 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 354 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 355 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 356 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 357 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 358 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 359 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 360 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 361 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 362 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 363 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 364 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 365 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 366 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 367 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 368 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 369 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 370 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 371 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 372 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 373 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 374 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 375 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 376 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 377 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 378 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 379 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 380 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 381 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 382 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 383 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 384 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 385 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 386 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 387 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 388 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 389 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 390 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 391 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 392 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 393 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 394 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 395 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 396 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 397 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 398 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 399 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 400 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 401 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 402 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 403 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 404 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 405 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
| 406 |
+
}
|
| 407 |
+
}
|
modular_model_index.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_blocks_class_name": "MiniMaxMusic3Blocks",
|
| 3 |
+
"_class_name": "MiniMaxMusic3ModularPipeline",
|
| 4 |
+
"_diffusers_version": "0.40.0.dev0",
|
| 5 |
+
"condition_encoder": [
|
| 6 |
+
"diffusers",
|
| 7 |
+
"MiniMaxMusic3ConditionEncoder",
|
| 8 |
+
{
|
| 9 |
+
"pretrained_model_name_or_path": "diffusers-internal-dev/MiniMax-Music3-Diffusers",
|
| 10 |
+
"revision": null,
|
| 11 |
+
"subfolder": "condition_encoder",
|
| 12 |
+
"type_hint": [
|
| 13 |
+
"diffusers",
|
| 14 |
+
"MiniMaxMusic3ConditionEncoder"
|
| 15 |
+
],
|
| 16 |
+
"variant": null
|
| 17 |
+
}
|
| 18 |
+
],
|
| 19 |
+
"language_model": [
|
| 20 |
+
"transformers",
|
| 21 |
+
"Qwen3ForCausalLM",
|
| 22 |
+
{
|
| 23 |
+
"pretrained_model_name_or_path": "diffusers-internal-dev/MiniMax-Music3-Diffusers",
|
| 24 |
+
"revision": null,
|
| 25 |
+
"subfolder": "language_model",
|
| 26 |
+
"type_hint": [
|
| 27 |
+
"transformers",
|
| 28 |
+
"Qwen3ForCausalLM"
|
| 29 |
+
],
|
| 30 |
+
"variant": null
|
| 31 |
+
}
|
| 32 |
+
],
|
| 33 |
+
"rvq_depth_decoder": [
|
| 34 |
+
"diffusers",
|
| 35 |
+
"MiniMaxMusic3RVQDepthDecoder",
|
| 36 |
+
{
|
| 37 |
+
"pretrained_model_name_or_path": "diffusers-internal-dev/MiniMax-Music3-Diffusers",
|
| 38 |
+
"revision": null,
|
| 39 |
+
"subfolder": "rvq_depth_decoder",
|
| 40 |
+
"type_hint": [
|
| 41 |
+
"diffusers",
|
| 42 |
+
"MiniMaxMusic3RVQDepthDecoder"
|
| 43 |
+
],
|
| 44 |
+
"variant": null
|
| 45 |
+
}
|
| 46 |
+
],
|
| 47 |
+
"scheduler": [
|
| 48 |
+
"diffusers",
|
| 49 |
+
"FlowMatchEulerDiscreteScheduler",
|
| 50 |
+
{
|
| 51 |
+
"pretrained_model_name_or_path": "diffusers-internal-dev/MiniMax-Music3-Diffusers",
|
| 52 |
+
"revision": null,
|
| 53 |
+
"subfolder": "scheduler",
|
| 54 |
+
"type_hint": [
|
| 55 |
+
"diffusers",
|
| 56 |
+
"FlowMatchEulerDiscreteScheduler"
|
| 57 |
+
],
|
| 58 |
+
"variant": null
|
| 59 |
+
}
|
| 60 |
+
],
|
| 61 |
+
"tokenizer": [
|
| 62 |
+
"transformers",
|
| 63 |
+
"Qwen2Tokenizer",
|
| 64 |
+
{
|
| 65 |
+
"pretrained_model_name_or_path": "diffusers-internal-dev/MiniMax-Music3-Diffusers",
|
| 66 |
+
"revision": null,
|
| 67 |
+
"subfolder": "tokenizer",
|
| 68 |
+
"type_hint": [
|
| 69 |
+
"transformers",
|
| 70 |
+
"Qwen2Tokenizer"
|
| 71 |
+
],
|
| 72 |
+
"variant": null
|
| 73 |
+
}
|
| 74 |
+
],
|
| 75 |
+
"transformer": [
|
| 76 |
+
"diffusers",
|
| 77 |
+
"MiniMaxMusic3Transformer1DModel",
|
| 78 |
+
{
|
| 79 |
+
"pretrained_model_name_or_path": "diffusers-internal-dev/MiniMax-Music3-Diffusers",
|
| 80 |
+
"revision": null,
|
| 81 |
+
"subfolder": "transformer",
|
| 82 |
+
"type_hint": [
|
| 83 |
+
"diffusers",
|
| 84 |
+
"MiniMaxMusic3Transformer1DModel"
|
| 85 |
+
],
|
| 86 |
+
"variant": null
|
| 87 |
+
}
|
| 88 |
+
],
|
| 89 |
+
"vocoder": [
|
| 90 |
+
"diffusers",
|
| 91 |
+
"MiniMaxMusic3Vocoder",
|
| 92 |
+
{
|
| 93 |
+
"pretrained_model_name_or_path": "diffusers-internal-dev/MiniMax-Music3-Diffusers",
|
| 94 |
+
"revision": null,
|
| 95 |
+
"subfolder": "vocoder",
|
| 96 |
+
"type_hint": [
|
| 97 |
+
"diffusers",
|
| 98 |
+
"MiniMaxMusic3Vocoder"
|
| 99 |
+
],
|
| 100 |
+
"variant": null
|
| 101 |
+
}
|
| 102 |
+
]
|
| 103 |
+
}
|
rvq_depth_decoder/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "MiniMaxMusic3RVQDepthDecoder",
|
| 3 |
+
"_diffusers_version": "0.40.0.dev0",
|
| 4 |
+
"audio_vocab_size": 1024,
|
| 5 |
+
"hidden_size": 4096,
|
| 6 |
+
"intermediate_size": 6144,
|
| 7 |
+
"max_position_embeddings": 16,
|
| 8 |
+
"num_attention_heads": 16,
|
| 9 |
+
"num_codebooks": 8,
|
| 10 |
+
"num_layers": 4
|
| 11 |
+
}
|
rvq_depth_decoder/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80e86ab006bb5c8d4f223205045035a1c77b2bb9c3be9a86d7e740bbafe5ddf0
|
| 3 |
+
size 1292055248
|
scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FlowMatchEulerDiscreteScheduler",
|
| 3 |
+
"_diffusers_version": "0.40.0.dev0",
|
| 4 |
+
"base_image_seq_len": 256,
|
| 5 |
+
"base_shift": 0.5,
|
| 6 |
+
"invert_sigmas": true,
|
| 7 |
+
"max_image_seq_len": 4096,
|
| 8 |
+
"max_shift": 1.15,
|
| 9 |
+
"num_train_timesteps": 1,
|
| 10 |
+
"shift": 1.0,
|
| 11 |
+
"shift_terminal": null,
|
| 12 |
+
"stochastic_sampling": false,
|
| 13 |
+
"time_shift_type": "exponential",
|
| 14 |
+
"use_beta_sigmas": false,
|
| 15 |
+
"use_dynamic_shifting": false,
|
| 16 |
+
"use_exponential_sigmas": false,
|
| 17 |
+
"use_karras_sigmas": false
|
| 18 |
+
}
|
tokenizer/chat_template.jinja
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 88 |
+
{%- endif %}
|
| 89 |
+
{%- endif %}
|
tokenizer/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1537fa9e59a537276ecbc2e12d0438edff635a1f4a4948e679774b5feb3e610
|
| 3 |
+
size 11423801
|
tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": true,
|
| 9 |
+
"local_files_only": false,
|
| 10 |
+
"model_max_length": 131072,
|
| 11 |
+
"pad_token": "<|endoftext|>",
|
| 12 |
+
"split_special_tokens": false,
|
| 13 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 14 |
+
"unk_token": null
|
| 15 |
+
}
|
transformer/config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "MiniMaxMusic3Transformer1DModel",
|
| 3 |
+
"_diffusers_version": "0.40.0.dev0",
|
| 4 |
+
"attention_head_dim": 64,
|
| 5 |
+
"condition_dim": 2048,
|
| 6 |
+
"ff_inner_dim": 8192,
|
| 7 |
+
"fourier_embedding_dim": 256,
|
| 8 |
+
"in_channels": 128,
|
| 9 |
+
"num_attention_heads": 32,
|
| 10 |
+
"num_layers": 36,
|
| 11 |
+
"rotary_dim": 32
|
| 12 |
+
}
|
transformer/diffusion_pytorch_model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1943baebe93b5d5a57e9e1f603d9cef51a73a55e7a42f52913932dc06dcf10f0
|
| 3 |
+
size 4959921384
|
transformer/diffusion_pytorch_model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2f9e29d241e107e5a281f8b369d6db48eee983917df966c56d7b8dd0bd482c2
|
| 3 |
+
size 4767750800
|
transformer/diffusion_pytorch_model.safetensors.index.json
ADDED
|
@@ -0,0 +1,448 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 9727623680
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"postprocess_conv.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 7 |
+
"preprocess_conv.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 8 |
+
"proj_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 9 |
+
"proj_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 10 |
+
"time_embed.linear_1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 11 |
+
"time_embed.linear_1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 12 |
+
"time_embed.linear_2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 13 |
+
"time_embed.linear_2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 14 |
+
"time_proj.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 15 |
+
"transformer_blocks.0.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 16 |
+
"transformer_blocks.0.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 17 |
+
"transformer_blocks.0.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 18 |
+
"transformer_blocks.0.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 19 |
+
"transformer_blocks.0.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 20 |
+
"transformer_blocks.0.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 21 |
+
"transformer_blocks.0.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 22 |
+
"transformer_blocks.0.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 23 |
+
"transformer_blocks.0.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 24 |
+
"transformer_blocks.0.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 25 |
+
"transformer_blocks.0.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 26 |
+
"transformer_blocks.0.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 27 |
+
"transformer_blocks.1.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 28 |
+
"transformer_blocks.1.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 29 |
+
"transformer_blocks.1.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 30 |
+
"transformer_blocks.1.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 31 |
+
"transformer_blocks.1.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 32 |
+
"transformer_blocks.1.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 33 |
+
"transformer_blocks.1.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 34 |
+
"transformer_blocks.1.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 35 |
+
"transformer_blocks.1.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 36 |
+
"transformer_blocks.1.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 37 |
+
"transformer_blocks.1.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 38 |
+
"transformer_blocks.1.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 39 |
+
"transformer_blocks.10.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 40 |
+
"transformer_blocks.10.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 41 |
+
"transformer_blocks.10.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 42 |
+
"transformer_blocks.10.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 43 |
+
"transformer_blocks.10.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 44 |
+
"transformer_blocks.10.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 45 |
+
"transformer_blocks.10.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 46 |
+
"transformer_blocks.10.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 47 |
+
"transformer_blocks.10.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 48 |
+
"transformer_blocks.10.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 49 |
+
"transformer_blocks.10.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 50 |
+
"transformer_blocks.10.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 51 |
+
"transformer_blocks.11.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 52 |
+
"transformer_blocks.11.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 53 |
+
"transformer_blocks.11.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 54 |
+
"transformer_blocks.11.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 55 |
+
"transformer_blocks.11.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 56 |
+
"transformer_blocks.11.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 57 |
+
"transformer_blocks.11.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 58 |
+
"transformer_blocks.11.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 59 |
+
"transformer_blocks.11.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 60 |
+
"transformer_blocks.11.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 61 |
+
"transformer_blocks.11.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 62 |
+
"transformer_blocks.11.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 63 |
+
"transformer_blocks.12.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 64 |
+
"transformer_blocks.12.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 65 |
+
"transformer_blocks.12.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 66 |
+
"transformer_blocks.12.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 67 |
+
"transformer_blocks.12.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 68 |
+
"transformer_blocks.12.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 69 |
+
"transformer_blocks.12.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 70 |
+
"transformer_blocks.12.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 71 |
+
"transformer_blocks.12.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 72 |
+
"transformer_blocks.12.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 73 |
+
"transformer_blocks.12.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 74 |
+
"transformer_blocks.12.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 75 |
+
"transformer_blocks.13.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 76 |
+
"transformer_blocks.13.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 77 |
+
"transformer_blocks.13.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 78 |
+
"transformer_blocks.13.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 79 |
+
"transformer_blocks.13.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 80 |
+
"transformer_blocks.13.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 81 |
+
"transformer_blocks.13.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 82 |
+
"transformer_blocks.13.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 83 |
+
"transformer_blocks.13.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 84 |
+
"transformer_blocks.13.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 85 |
+
"transformer_blocks.13.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 86 |
+
"transformer_blocks.13.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 87 |
+
"transformer_blocks.14.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 88 |
+
"transformer_blocks.14.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 89 |
+
"transformer_blocks.14.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 90 |
+
"transformer_blocks.14.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 91 |
+
"transformer_blocks.14.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 92 |
+
"transformer_blocks.14.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 93 |
+
"transformer_blocks.14.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 94 |
+
"transformer_blocks.14.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 95 |
+
"transformer_blocks.14.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 96 |
+
"transformer_blocks.14.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 97 |
+
"transformer_blocks.14.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 98 |
+
"transformer_blocks.14.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 99 |
+
"transformer_blocks.15.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 100 |
+
"transformer_blocks.15.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 101 |
+
"transformer_blocks.15.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 102 |
+
"transformer_blocks.15.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 103 |
+
"transformer_blocks.15.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 104 |
+
"transformer_blocks.15.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 105 |
+
"transformer_blocks.15.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 106 |
+
"transformer_blocks.15.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 107 |
+
"transformer_blocks.15.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 108 |
+
"transformer_blocks.15.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 109 |
+
"transformer_blocks.15.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 110 |
+
"transformer_blocks.15.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 111 |
+
"transformer_blocks.16.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 112 |
+
"transformer_blocks.16.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 113 |
+
"transformer_blocks.16.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 114 |
+
"transformer_blocks.16.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 115 |
+
"transformer_blocks.16.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 116 |
+
"transformer_blocks.16.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 117 |
+
"transformer_blocks.16.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 118 |
+
"transformer_blocks.16.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 119 |
+
"transformer_blocks.16.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 120 |
+
"transformer_blocks.16.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 121 |
+
"transformer_blocks.16.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 122 |
+
"transformer_blocks.16.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 123 |
+
"transformer_blocks.17.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 124 |
+
"transformer_blocks.17.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 125 |
+
"transformer_blocks.17.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 126 |
+
"transformer_blocks.17.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 127 |
+
"transformer_blocks.17.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 128 |
+
"transformer_blocks.17.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 129 |
+
"transformer_blocks.17.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 130 |
+
"transformer_blocks.17.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 131 |
+
"transformer_blocks.17.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 132 |
+
"transformer_blocks.17.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 133 |
+
"transformer_blocks.17.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 134 |
+
"transformer_blocks.17.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 135 |
+
"transformer_blocks.18.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 136 |
+
"transformer_blocks.18.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 137 |
+
"transformer_blocks.18.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 138 |
+
"transformer_blocks.18.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 139 |
+
"transformer_blocks.18.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 140 |
+
"transformer_blocks.18.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 141 |
+
"transformer_blocks.18.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 142 |
+
"transformer_blocks.18.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 143 |
+
"transformer_blocks.18.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 144 |
+
"transformer_blocks.18.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 145 |
+
"transformer_blocks.18.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 146 |
+
"transformer_blocks.18.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 147 |
+
"transformer_blocks.19.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 148 |
+
"transformer_blocks.19.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 149 |
+
"transformer_blocks.19.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 150 |
+
"transformer_blocks.19.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 151 |
+
"transformer_blocks.19.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 152 |
+
"transformer_blocks.19.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 153 |
+
"transformer_blocks.19.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 154 |
+
"transformer_blocks.19.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 155 |
+
"transformer_blocks.19.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 156 |
+
"transformer_blocks.19.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 157 |
+
"transformer_blocks.19.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 158 |
+
"transformer_blocks.19.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 159 |
+
"transformer_blocks.2.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 160 |
+
"transformer_blocks.2.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 161 |
+
"transformer_blocks.2.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 162 |
+
"transformer_blocks.2.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 163 |
+
"transformer_blocks.2.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 164 |
+
"transformer_blocks.2.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 165 |
+
"transformer_blocks.2.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 166 |
+
"transformer_blocks.2.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 167 |
+
"transformer_blocks.2.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 168 |
+
"transformer_blocks.2.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 169 |
+
"transformer_blocks.2.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 170 |
+
"transformer_blocks.2.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 171 |
+
"transformer_blocks.20.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 172 |
+
"transformer_blocks.20.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 173 |
+
"transformer_blocks.20.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 174 |
+
"transformer_blocks.20.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 175 |
+
"transformer_blocks.20.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 176 |
+
"transformer_blocks.20.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 177 |
+
"transformer_blocks.20.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 178 |
+
"transformer_blocks.20.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 179 |
+
"transformer_blocks.20.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 180 |
+
"transformer_blocks.20.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 181 |
+
"transformer_blocks.20.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 182 |
+
"transformer_blocks.20.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 183 |
+
"transformer_blocks.21.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 184 |
+
"transformer_blocks.21.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 185 |
+
"transformer_blocks.21.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 186 |
+
"transformer_blocks.21.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 187 |
+
"transformer_blocks.21.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 188 |
+
"transformer_blocks.21.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 189 |
+
"transformer_blocks.21.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 190 |
+
"transformer_blocks.21.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 191 |
+
"transformer_blocks.21.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 192 |
+
"transformer_blocks.21.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 193 |
+
"transformer_blocks.21.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 194 |
+
"transformer_blocks.21.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 195 |
+
"transformer_blocks.22.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 196 |
+
"transformer_blocks.22.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 197 |
+
"transformer_blocks.22.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 198 |
+
"transformer_blocks.22.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 199 |
+
"transformer_blocks.22.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 200 |
+
"transformer_blocks.22.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 201 |
+
"transformer_blocks.22.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 202 |
+
"transformer_blocks.22.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 203 |
+
"transformer_blocks.22.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 204 |
+
"transformer_blocks.22.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 205 |
+
"transformer_blocks.22.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 206 |
+
"transformer_blocks.22.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 207 |
+
"transformer_blocks.23.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 208 |
+
"transformer_blocks.23.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 209 |
+
"transformer_blocks.23.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 210 |
+
"transformer_blocks.23.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 211 |
+
"transformer_blocks.23.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 212 |
+
"transformer_blocks.23.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 213 |
+
"transformer_blocks.23.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 214 |
+
"transformer_blocks.23.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 215 |
+
"transformer_blocks.23.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 216 |
+
"transformer_blocks.23.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 217 |
+
"transformer_blocks.23.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 218 |
+
"transformer_blocks.23.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 219 |
+
"transformer_blocks.24.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 220 |
+
"transformer_blocks.24.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 221 |
+
"transformer_blocks.24.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 222 |
+
"transformer_blocks.24.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 223 |
+
"transformer_blocks.24.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 224 |
+
"transformer_blocks.24.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 225 |
+
"transformer_blocks.24.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 226 |
+
"transformer_blocks.24.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 227 |
+
"transformer_blocks.24.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 228 |
+
"transformer_blocks.24.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 229 |
+
"transformer_blocks.24.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 230 |
+
"transformer_blocks.24.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 231 |
+
"transformer_blocks.25.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 232 |
+
"transformer_blocks.25.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 233 |
+
"transformer_blocks.25.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 234 |
+
"transformer_blocks.25.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 235 |
+
"transformer_blocks.25.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 236 |
+
"transformer_blocks.25.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 237 |
+
"transformer_blocks.25.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 238 |
+
"transformer_blocks.25.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 239 |
+
"transformer_blocks.25.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 240 |
+
"transformer_blocks.25.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 241 |
+
"transformer_blocks.25.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 242 |
+
"transformer_blocks.25.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 243 |
+
"transformer_blocks.26.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 244 |
+
"transformer_blocks.26.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 245 |
+
"transformer_blocks.26.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 246 |
+
"transformer_blocks.26.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 247 |
+
"transformer_blocks.26.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 248 |
+
"transformer_blocks.26.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 249 |
+
"transformer_blocks.26.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 250 |
+
"transformer_blocks.26.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 251 |
+
"transformer_blocks.26.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 252 |
+
"transformer_blocks.26.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 253 |
+
"transformer_blocks.26.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 254 |
+
"transformer_blocks.26.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 255 |
+
"transformer_blocks.27.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 256 |
+
"transformer_blocks.27.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 257 |
+
"transformer_blocks.27.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 258 |
+
"transformer_blocks.27.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 259 |
+
"transformer_blocks.27.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 260 |
+
"transformer_blocks.27.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 261 |
+
"transformer_blocks.27.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 262 |
+
"transformer_blocks.27.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 263 |
+
"transformer_blocks.27.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 264 |
+
"transformer_blocks.27.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 265 |
+
"transformer_blocks.27.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 266 |
+
"transformer_blocks.27.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 267 |
+
"transformer_blocks.28.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 268 |
+
"transformer_blocks.28.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 269 |
+
"transformer_blocks.28.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 270 |
+
"transformer_blocks.28.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 271 |
+
"transformer_blocks.28.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 272 |
+
"transformer_blocks.28.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 273 |
+
"transformer_blocks.28.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 274 |
+
"transformer_blocks.28.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 275 |
+
"transformer_blocks.28.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 276 |
+
"transformer_blocks.28.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 277 |
+
"transformer_blocks.28.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 278 |
+
"transformer_blocks.28.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 279 |
+
"transformer_blocks.29.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 280 |
+
"transformer_blocks.29.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 281 |
+
"transformer_blocks.29.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 282 |
+
"transformer_blocks.29.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 283 |
+
"transformer_blocks.29.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 284 |
+
"transformer_blocks.29.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 285 |
+
"transformer_blocks.29.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 286 |
+
"transformer_blocks.29.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 287 |
+
"transformer_blocks.29.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 288 |
+
"transformer_blocks.29.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 289 |
+
"transformer_blocks.29.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 290 |
+
"transformer_blocks.29.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 291 |
+
"transformer_blocks.3.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 292 |
+
"transformer_blocks.3.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 293 |
+
"transformer_blocks.3.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 294 |
+
"transformer_blocks.3.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 295 |
+
"transformer_blocks.3.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 296 |
+
"transformer_blocks.3.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 297 |
+
"transformer_blocks.3.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 298 |
+
"transformer_blocks.3.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 299 |
+
"transformer_blocks.3.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 300 |
+
"transformer_blocks.3.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 301 |
+
"transformer_blocks.3.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 302 |
+
"transformer_blocks.3.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 303 |
+
"transformer_blocks.30.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 304 |
+
"transformer_blocks.30.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 305 |
+
"transformer_blocks.30.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 306 |
+
"transformer_blocks.30.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 307 |
+
"transformer_blocks.30.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 308 |
+
"transformer_blocks.30.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 309 |
+
"transformer_blocks.30.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 310 |
+
"transformer_blocks.30.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 311 |
+
"transformer_blocks.30.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 312 |
+
"transformer_blocks.30.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 313 |
+
"transformer_blocks.30.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 314 |
+
"transformer_blocks.30.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 315 |
+
"transformer_blocks.31.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 316 |
+
"transformer_blocks.31.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 317 |
+
"transformer_blocks.31.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 318 |
+
"transformer_blocks.31.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 319 |
+
"transformer_blocks.31.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 320 |
+
"transformer_blocks.31.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 321 |
+
"transformer_blocks.31.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 322 |
+
"transformer_blocks.31.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 323 |
+
"transformer_blocks.31.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 324 |
+
"transformer_blocks.31.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 325 |
+
"transformer_blocks.31.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 326 |
+
"transformer_blocks.31.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 327 |
+
"transformer_blocks.32.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 328 |
+
"transformer_blocks.32.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 329 |
+
"transformer_blocks.32.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 330 |
+
"transformer_blocks.32.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 331 |
+
"transformer_blocks.32.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 332 |
+
"transformer_blocks.32.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 333 |
+
"transformer_blocks.32.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 334 |
+
"transformer_blocks.32.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 335 |
+
"transformer_blocks.32.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 336 |
+
"transformer_blocks.32.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 337 |
+
"transformer_blocks.32.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 338 |
+
"transformer_blocks.32.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 339 |
+
"transformer_blocks.33.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 340 |
+
"transformer_blocks.33.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 341 |
+
"transformer_blocks.33.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 342 |
+
"transformer_blocks.33.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 343 |
+
"transformer_blocks.33.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 344 |
+
"transformer_blocks.33.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 345 |
+
"transformer_blocks.33.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 346 |
+
"transformer_blocks.33.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 347 |
+
"transformer_blocks.33.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 348 |
+
"transformer_blocks.33.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 349 |
+
"transformer_blocks.33.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 350 |
+
"transformer_blocks.33.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 351 |
+
"transformer_blocks.34.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 352 |
+
"transformer_blocks.34.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 353 |
+
"transformer_blocks.34.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 354 |
+
"transformer_blocks.34.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 355 |
+
"transformer_blocks.34.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 356 |
+
"transformer_blocks.34.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 357 |
+
"transformer_blocks.34.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 358 |
+
"transformer_blocks.34.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 359 |
+
"transformer_blocks.34.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 360 |
+
"transformer_blocks.34.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 361 |
+
"transformer_blocks.34.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 362 |
+
"transformer_blocks.34.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 363 |
+
"transformer_blocks.35.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 364 |
+
"transformer_blocks.35.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 365 |
+
"transformer_blocks.35.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 366 |
+
"transformer_blocks.35.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 367 |
+
"transformer_blocks.35.ff_in.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 368 |
+
"transformer_blocks.35.ff_in.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 369 |
+
"transformer_blocks.35.ff_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 370 |
+
"transformer_blocks.35.ff_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 371 |
+
"transformer_blocks.35.norm1.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 372 |
+
"transformer_blocks.35.norm1.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 373 |
+
"transformer_blocks.35.norm2.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 374 |
+
"transformer_blocks.35.norm2.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
| 375 |
+
"transformer_blocks.4.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 376 |
+
"transformer_blocks.4.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 377 |
+
"transformer_blocks.4.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 378 |
+
"transformer_blocks.4.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 379 |
+
"transformer_blocks.4.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 380 |
+
"transformer_blocks.4.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 381 |
+
"transformer_blocks.4.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 382 |
+
"transformer_blocks.4.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 383 |
+
"transformer_blocks.4.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 384 |
+
"transformer_blocks.4.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 385 |
+
"transformer_blocks.4.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 386 |
+
"transformer_blocks.4.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 387 |
+
"transformer_blocks.5.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 388 |
+
"transformer_blocks.5.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 389 |
+
"transformer_blocks.5.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 390 |
+
"transformer_blocks.5.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 391 |
+
"transformer_blocks.5.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 392 |
+
"transformer_blocks.5.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 393 |
+
"transformer_blocks.5.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 394 |
+
"transformer_blocks.5.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 395 |
+
"transformer_blocks.5.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 396 |
+
"transformer_blocks.5.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 397 |
+
"transformer_blocks.5.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 398 |
+
"transformer_blocks.5.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 399 |
+
"transformer_blocks.6.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 400 |
+
"transformer_blocks.6.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 401 |
+
"transformer_blocks.6.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 402 |
+
"transformer_blocks.6.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 403 |
+
"transformer_blocks.6.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 404 |
+
"transformer_blocks.6.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 405 |
+
"transformer_blocks.6.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 406 |
+
"transformer_blocks.6.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 407 |
+
"transformer_blocks.6.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 408 |
+
"transformer_blocks.6.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 409 |
+
"transformer_blocks.6.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 410 |
+
"transformer_blocks.6.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 411 |
+
"transformer_blocks.7.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 412 |
+
"transformer_blocks.7.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 413 |
+
"transformer_blocks.7.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 414 |
+
"transformer_blocks.7.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 415 |
+
"transformer_blocks.7.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 416 |
+
"transformer_blocks.7.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 417 |
+
"transformer_blocks.7.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 418 |
+
"transformer_blocks.7.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 419 |
+
"transformer_blocks.7.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 420 |
+
"transformer_blocks.7.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 421 |
+
"transformer_blocks.7.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 422 |
+
"transformer_blocks.7.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 423 |
+
"transformer_blocks.8.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 424 |
+
"transformer_blocks.8.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 425 |
+
"transformer_blocks.8.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 426 |
+
"transformer_blocks.8.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 427 |
+
"transformer_blocks.8.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 428 |
+
"transformer_blocks.8.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 429 |
+
"transformer_blocks.8.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 430 |
+
"transformer_blocks.8.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 431 |
+
"transformer_blocks.8.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 432 |
+
"transformer_blocks.8.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 433 |
+
"transformer_blocks.8.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 434 |
+
"transformer_blocks.8.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 435 |
+
"transformer_blocks.9.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 436 |
+
"transformer_blocks.9.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 437 |
+
"transformer_blocks.9.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 438 |
+
"transformer_blocks.9.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 439 |
+
"transformer_blocks.9.ff_in.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 440 |
+
"transformer_blocks.9.ff_in.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 441 |
+
"transformer_blocks.9.ff_out.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 442 |
+
"transformer_blocks.9.ff_out.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 443 |
+
"transformer_blocks.9.norm1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 444 |
+
"transformer_blocks.9.norm1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 445 |
+
"transformer_blocks.9.norm2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
| 446 |
+
"transformer_blocks.9.norm2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors"
|
| 447 |
+
}
|
| 448 |
+
}
|
vocoder/config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "MiniMaxMusic3Vocoder",
|
| 3 |
+
"_diffusers_version": "0.40.0.dev0",
|
| 4 |
+
"decoder_hidden_dim": 1536,
|
| 5 |
+
"decoder_input_dim": 1024,
|
| 6 |
+
"latent_channels": 128,
|
| 7 |
+
"sampling_rate": 44100,
|
| 8 |
+
"upsampling_ratios": [
|
| 9 |
+
8,
|
| 10 |
+
8,
|
| 11 |
+
4,
|
| 12 |
+
2
|
| 13 |
+
]
|
| 14 |
+
}
|
vocoder/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daf0bf0560ea978ce7b5ec3e82f420a44429efef18bdfbe3c714d55ceffbe934
|
| 3 |
+
size 216695272
|