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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
| 1 |
<div align="center">
|
| 2 |
|
| 3 |
-
<div style="background:
|
| 4 |
|
| 5 |
-
<h2>COMING SOON</h2>
|
| 6 |
|
|
|
|
| 7 |
<b>Ice-012 Audio</b><br>
|
| 8 |
-
Multilingual
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
</div>
|
| 12 |
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
|
| 3 |
+
<div style="background: #F7F1E8; border: 1px solid #E6D8C5; padding: 20px; border-radius: 14px;">
|
| 4 |
|
| 5 |
+
<h2 style="color: #C15F3C;">✦ COMING SOON ✦</h2>
|
| 6 |
|
| 7 |
+
<p style="color: #6B5545;">
|
| 8 |
<b>Ice-012 Audio</b><br>
|
| 9 |
+
Multilingual · Multidialectal · Voice Cloning · Voice Imitation
|
| 10 |
+
</p>
|
| 11 |
+
|
| 12 |
+
<p style="color: #8A7565;">
|
| 13 |
+
Text-to-Speech with control over language, dialect, voice, age, and more.
|
| 14 |
+
</p>
|
| 15 |
|
| 16 |
</div>
|
| 17 |
|