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
|
@@ -18,7 +18,7 @@ pipeline_tag: text-to-speech
|
|
| 18 |
### Multilingual Text-to-Speech & Voice Cloning
|
| 19 |
|
| 20 |
<p align="center">
|
| 21 |
-
<img src="assets/
|
| 22 |
</p>
|
| 23 |
|
| 24 |
**[DarkPs on Hugging Face](https://huggingface.co/darkps)** 路 **[dark.ps](https://dark.ps)**
|
|
|
|
| 18 |
### Multilingual Text-to-Speech & Voice Cloning
|
| 19 |
|
| 20 |
<p align="center">
|
| 21 |
+
<img src="assets/logo.jpg" width="280" alt="IceAudio">
|
| 22 |
</p>
|
| 23 |
|
| 24 |
**[DarkPs on Hugging Face](https://huggingface.co/darkps)** 路 **[dark.ps](https://dark.ps)**
|