Instructions to use liuhuadai/AudioLCM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use liuhuadai/AudioLCM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="liuhuadai/AudioLCM")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("liuhuadai/AudioLCM", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload tf_model.h5
Browse files
useful_ckpt/t5-v1_1-large/tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35e050b8d17c9e728022c047d7d336553ca896c6759062c3939ec132fd6bef8b
|
| 3 |
+
size 3133710136
|