Stable Audio 3
English
music
audio
autoencoder
lora
thecollabagepatch commited on
Commit
44327f7
Β·
verified Β·
1 Parent(s): 854d676

Card: pair the depth result with a content-preservation measure

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -105,12 +105,19 @@ back through the autoencoder, which a continuation and a transform both do.
105
  Tonal frames (>12 dB tonality, 6–16 kHz) on 2-minute generations, mean of 4, the
106
  decoder adapter the only variable:
107
 
108
- | depth | stock | `squeakfix_v3` | |
109
- |---|---|---|---|
110
- | d0 β€” fresh generation | 363 | 422 | βˆ’16% |
111
- | d1 β€” one transform or continuation | 431 | 450 | βˆ’4% |
112
- | d2 | 823 | 518 | **37% fewer** |
113
- | d3 | 1664 | 615 | **63% fewer** |
 
 
 
 
 
 
 
114
 
115
  Same shape at fp16 serving precision, on two different DiT LoRAs, at 30 s and
116
  120 s. Because a transform and a continuation each re-encode their input,
 
105
  Tonal frames (>12 dB tonality, 6–16 kHz) on 2-minute generations, mean of 4, the
106
  decoder adapter the only variable:
107
 
108
+ | depth | stock | `squeakfix_v3` | | 12–16 kHz | SI-SDR vs own d0 |
109
+ |---|---|---|---|---|---|
110
+ | d0 β€” fresh generation | 364 | 422 | βˆ’16% | βˆ’5.6 β†’ βˆ’5.3 | β€” |
111
+ | d1 β€” one transform or continuation | 432 | 445 | βˆ’3% | βˆ’6.2 β†’ βˆ’5.5 | 14.7 β†’ 18.3 |
112
+ | d2 | 821 | 519 | **37% fewer** | βˆ’6.6 β†’ βˆ’5.6 | 10.1 β†’ 13.7 |
113
+ | d3 | 1665 | 619 | **63% fewer** | βˆ’7.1 β†’ βˆ’5.8 | 7.8 β†’ 11.2 |
114
+
115
+ The last two columns are there because a tonal-frame count can fall for the wrong
116
+ reason β€” an adapter that sands the top end posts a great count. This one does the
117
+ opposite: at every depth it holds **more** 12–16 kHz energy than stock, sits
118
+ marginally louder, and stays closer to its own depth-0 render, so it drifts less
119
+ with depth rather than erasing what drifts. The band that drops is 8–12 kHz,
120
+ where the artifact concentrates.
121
 
122
  Same shape at fp16 serving precision, on two different DiT LoRAs, at 30 s and
123
  120 s. Because a transform and a continuation each re-encode their input,