File size: 1,134 Bytes
95c87c2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | {
"name": "Allegretto Mini",
"upstream": "https://huggingface.co/stabilityai/stable-audio-3-small-music",
"license": "Stability AI Community License",
"sample_rate": 44100,
"io_channels": 256,
"downsampling_ratio": 4096,
"cond_dim": 768,
"global_cond_dim": 768,
"local_add_cond_dim": 257,
"cross_attn_seq_len": 257,
"text_max_length": 256,
"audio_align": 8192,
"default_seconds": 10,
"default_steps": 8,
"schedule": {
"type": "logsnr",
"rate": 0,
"anchor_logsnr": -6.2,
"logsnr_end": 2.0
},
"graphs": {
"text_encoder": {
"manifest": "onnx/text_encoder_q4_chunks.json",
"padding_mode": "learned",
"hidden_size": 768
},
"dit": {
"manifest": "onnx/dit_q4_chunks.json",
"depth": 20,
"embed_dim": 1024,
"num_memory_tokens": 64
},
"decoder": {
"manifest": "onnx/decoder_q4_chunks.json",
"audio_channels": 2
},
"number_conditioner": {
"manifest": "onnx/number_conditioner_chunks.json",
"input_name": "seconds",
"output_name": "embedding",
"min_val": 0,
"max_val": 384
}
}
} |