Instructions to use stabilityai/stable-audio-3-medium-base 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-medium-base 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
Update model_config.json
Browse files- model_config.json +2 -1
model_config.json
CHANGED
|
@@ -95,7 +95,8 @@
|
|
| 95 |
"dim": 256,
|
| 96 |
"noise_augment_dim": 0,
|
| 97 |
"noise_regularize": true,
|
| 98 |
-
"auto_scale": true
|
|
|
|
| 99 |
}
|
| 100 |
},
|
| 101 |
"latent_dim": 256,
|
|
|
|
| 95 |
"dim": 256,
|
| 96 |
"noise_augment_dim": 0,
|
| 97 |
"noise_regularize": true,
|
| 98 |
+
"auto_scale": true,
|
| 99 |
+
"freeze": true
|
| 100 |
}
|
| 101 |
},
|
| 102 |
"latent_dim": 256,
|