Instructions to use typomonster/supertonic-2-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use typomonster/supertonic-2-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir supertonic-2-mlx typomonster/supertonic-2-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
| { | |
| "model_type": "supertonic", | |
| "sample_rate": 44100, | |
| "base_chunk_size": 512, | |
| "chunk_compress_factor": 6, | |
| "latent_dim": 24, | |
| "vocab_size": 163, | |
| "style_len": 50, | |
| "default_steps": 5, | |
| "default_speed": 1.05, | |
| "languages": [ | |
| "en", | |
| "ko", | |
| "es", | |
| "pt", | |
| "fr" | |
| ] | |
| } |