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
|
@@ -65,7 +65,6 @@ The four WAV files in [`test/`](test/) are repository test samples.
|
|
| 65 |
|
| 66 |
> These WAV files are test assets included for repository/media validation; they are not claimed here as generated model outputs.
|
| 67 |
|
| 68 |
-
cat > /home/claude/USAGE.md << 'MDEOF'
|
| 69 |
## Usage Guide
|
| 70 |
|
| 71 |
## Tools
|
|
|
|
| 65 |
|
| 66 |
> These WAV files are test assets included for repository/media validation; they are not claimed here as generated model outputs.
|
| 67 |
|
|
|
|
| 68 |
## Usage Guide
|
| 69 |
|
| 70 |
## Tools
|