Instructions to use pyp1/VoiceCraft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pyp1/VoiceCraft with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="pyp1/VoiceCraft")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pyp1/VoiceCraft", device_map="auto") - Notebooks
- Google Colab
- Kaggle
upload the correct 830M model
Browse files- giga830M.pth +1 -1
giga830M.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3358342977
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2454b51575822a04d24a00f8ba78f201f916439ffa62a3c1ac0ffa5220f429e3
|
| 3 |
size 3358342977
|