Instructions to use stabilityai/stable-audio-3-optimized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Stable Audio 3
How to use stabilityai/stable-audio-3-optimized with Stable Audio 3:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Cortexelus Claude Opus 4.7 (1M context) commited on
Commit ·
5f27021
1
Parent(s): 23f5c64
DiT TRT engines: rebuild with profile min=1 (sm_90)
Browse filesLowered the dynamic-shape lower bound on `x` and `local_add_cond` from
256 → 1 for all three DiT engines (sa3-m, sa3-sm-music, sa3-sm-sfx).
This unlocks short-form output below 24 s (down to ~93 ms at L=1) at
zero measured perf cost — TRT picks identical tactics across [1, 4096]
when opt stays at 1292. Output quality below the trained range
(L<256, ~23.8 s) is undefined but the engine runs.
Also refreshes tokenizer.json content for the T5Gemma engine.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
tensorRT/sm_90/sa3-m/dit_bf16.trt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:382d5a1703c262a8c3c4ad8b4d12088fbec64f0d438224586d25ec2e5a843d9e
|
| 3 |
+
size 2919180828
|
tensorRT/sm_90/sa3-sm-music/dit_bf16.trt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccaa56b55add49864765a29fea858819d635c00da6a7fbafe0b1b293446fda09
|
| 3 |
+
size 935362708
|
tensorRT/sm_90/sa3-sm-sfx/dit_bf16.trt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b356bc539acba1ac80ac569aa02aa774820bbca94d925be578eeda734dc9e6d
|
| 3 |
+
size 935367708
|
tensorRT/sm_90/t5gemma/tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7794135caa3ea73918949c902a781cc61dab674a4b59c17d85931c77c1114cbd
|
| 3 |
+
size 34362429
|