Text-to-Speech
Transformers
Safetensors
multilingual
ice-012-audio
text-generation
text-to-voice
voice-to-voice
custom_code
Instructions to use darkps/ice-012-audio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use darkps/ice-012-audio with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="darkps/ice-012-audio", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("darkps/ice-012-audio", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,9 @@ The source mapping includes dialect aliases, regional variants, minority/local l
|
|
| 50 |
|
| 51 |
### Model Preview
|
| 52 |
|
| 53 |
-
<video controls width="100%"
|
|
|
|
|
|
|
| 54 |
|
| 55 |
### Test Audio
|
| 56 |
|
|
|
|
| 50 |
|
| 51 |
### Model Preview
|
| 52 |
|
| 53 |
+
<video controls width="100%">
|
| 54 |
+
<source src="https://huggingface.co/darkps/ice-012-audio/resolve/main/assets/ice012_logo.mp4" type="video/mp4">
|
| 55 |
+
</video>
|
| 56 |
|
| 57 |
### Test Audio
|
| 58 |
|