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
|
@@ -7,13 +7,6 @@ library_name: transformers
|
|
| 7 |
tags:
|
| 8 |
- ice-012-audio
|
| 9 |
- text-to-speech
|
| 10 |
-
- voice-cloning
|
| 11 |
-
- voice-to-voice
|
| 12 |
-
- voice-imitation
|
| 13 |
-
- dialects
|
| 14 |
-
- multilingual
|
| 15 |
-
- speaker-conditioning
|
| 16 |
-
- age-conditioning
|
| 17 |
pipeline_tag: text-to-speech
|
| 18 |
---
|
| 19 |
|
|
|
|
| 7 |
tags:
|
| 8 |
- ice-012-audio
|
| 9 |
- text-to-speech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
pipeline_tag: text-to-speech
|
| 11 |
---
|
| 12 |
|