Views
No views yet
| file | size | purpose |
|---|---|---|
stable-audio-3-medium-base-dit-1.5B-v1.0-Q4_K_M.gguf | 962 MB | smallest, and the fastest to train on |
stable-audio-3-medium-base-dit-1.5B-v1.0-F16.gguf | 2773 MB | the reference training base |
stable-audio-3-medium-base-dit-1.5B-v1.0-F32.gguf | 5545 MB | CPU/reference validation |
SHA256SUMS | release checksums |
1python tools/download_models.py --variant medium --encoding f16 --training-base
2build-cuda/bin/sa3-train --model medium --models-dir models --dataset /path/to/dataset --out train-runs/examplemul_mat argument, and the one backward that
needed it, out_prod(W, transpose(grad)), now accepts a quantized src0 on all three GPU backends.dora-rows:| backend | Q4_K_M | F16 |
|---|---|---|
| CUDA | 0.93 s/step | 1.08 s/step |
| Vulkan | 1.72 s/step | 1.90 s/step |
| Metal (M4) | 2.95 s/step | 3.39 s/step |
| CPU | 29.2 s/step | 46.9 s/step |
1python tools/download_models.py --variant medium --encoding q4_k_m --training-base
2build-cuda/bin/sa3-train --model medium --models-dir models \
3 --dit models/stable-audio-3-medium-base-dit-1.5B-v1.0-Q4_K_M.gguf \
4 --dataset /path/to/dataset --adapter-type dora-rows --rank 16 --out train-runs/exampleb32993f73c3bdc3864043a72d8032606bba737c8tools/convert_dit.py --variant medium --training-base, then tools/quantize_gguf.py
for F16 and sa3-quantize --mix q4_k_m for the quantsa3-quant-check against F16 with below-threshold=0 at cosine 0.990LICENSE.md and a NOTICE describing the conversion and retaining the required
Stability AI attribution. Organizations above the license's revenue threshold must obtain the
appropriate license from Stability AI.