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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload audiolcm.ckpt
Browse files- audiolcm.ckpt +3 -0
audiolcm.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:585e3eb5c590524a73ebfe01a263c598c581359f19c40dcdceb5ce8105ff69b7
|
| 3 |
+
size 5856422142
|