Instructions to use Imxxn/AudioCourseU6-TextToSpeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Imxxn/AudioCourseU6-TextToSpeech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Imxxn/AudioCourseU6-TextToSpeech")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Imxxn/AudioCourseU6-TextToSpeech") model = AutoModelForTextToSpectrogram.from_pretrained("Imxxn/AudioCourseU6-TextToSpeech") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dff50ce5eaf97dee399b5c516531b25d3eef35721c4673e1cfa28d01dac4585
|
| 3 |
+
size 577789320
|