Instructions to use DeepBeepMeep/TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use DeepBeepMeep/TTS with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 292 Bytes
ecae46e | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"_class_name": "MiniMaxMusic3ConditionEncoder",
"_diffusers_version": "0.40.0.dev0",
"condition_hidden_dim": 4096,
"input_hop_length": 960,
"input_sampling_rate": 24000,
"num_condition_layers": 8,
"out_dim": 2048,
"output_hop_length": 512,
"output_sampling_rate": 44100
}
|