Spaces:
Sleeping
Sleeping
File size: 777 Bytes
4f5c28c a6e518a 4f5c28c a6e518a 4f5c28c a6e518a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
title: Diffusion Speech 360h
emoji: 🏆
colorFrom: red
colorTo: pink
sdk: gradio
sdk_version: 5.9.1
python_version: 3.11
app_file: app.py
pinned: false
license: mit
models:
- ntt123/diffusion-speech-360h
preload_from_hub: true
- ntt123/diffusion-speech-360h acoustic_model_0140000.pt,duration_model_0120000.pt
short_description: A simple diffusion-based text to speech model
---
```
uv run synthesize.py \
--duration-model-config ./train_duration_dit_s.yaml \
--acoustic-model-config ./train_acoustic_dit_b.yaml \
--duration-model-checkpoint ./duration_model_0120000.pt \
--acoustic-model-checkpoint ./acoustic_model_0140000.pt \
--speaker-id 1914 \
--output-file ./audio.wav \
--text "Ilya has made several major contributions to the field of deep learning."
``` |