Instructions to use amphion/TaDiCodec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amphion/TaDiCodec with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("amphion/TaDiCodec", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model": { | |
| "vocos": { | |
| "input_channels": 128, | |
| "dim": 1024, | |
| "intermediate_dim": 4096, | |
| "num_layers": 30, | |
| "n_fft": 1920, | |
| "hop_size": 480, | |
| "padding": "same" | |
| } | |
| } | |
| } |