Instructions to use mlx-community/MOSS-SoundEffect-v2.0-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/MOSS-SoundEffect-v2.0-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MOSS-SoundEffect-v2.0-4bit mlx-community/MOSS-SoundEffect-v2.0-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "_class_name": "MossSoundEffectPipeline", | |
| "_diffusers_version": "0.32.0", | |
| "transformer": [ | |
| "WanAudioModel", | |
| "transformer" | |
| ], | |
| "vae": [ | |
| "DAC", | |
| "vae" | |
| ], | |
| "text_encoder": [ | |
| "Qwen3TextEncoder", | |
| "text_encoder" | |
| ], | |
| "tokenizer": [ | |
| "AutoTokenizer", | |
| "tokenizer" | |
| ], | |
| "scheduler": [ | |
| "FlowMatchScheduler", | |
| "scheduler" | |
| ], | |
| "dit_variant": "1.3B", | |
| "sample_rate": 48000, | |
| "max_inference_seconds": 30, | |
| "vae_type": "dac", | |
| "text_encoder_type": "qwen3", | |
| "mlx_converted_from": "OpenMOSS-Team/MOSS-SoundEffect-v2.0", | |
| "mlx_quantization": { | |
| "bits": 4, | |
| "group_size": 64, | |
| "scope": "transformer-block Linear weights only" | |
| } | |
| } |