Instructions to use declare-lab/mustango with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use declare-lab/mustango with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="declare-lab/mustango")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("declare-lab/mustango", dtype="auto") - Notebooks
- Google Colab
- Kaggle
deepanwayx commited on
Commit ·
ab20fd1
1
Parent(s): 34f8c7f
update best mustango checkpoint
Browse files
ldm/pytorch_model_ldm.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 7051656406
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:785214ae81f41860195db0acbf6fc5129aa6d09beb32c455c3ba44bd4028f185
|
| 3 |
size 7051656406
|