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
File size: 686 Bytes
51d53e8 | 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 29 30 31 32 33 34 35 | {
"_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"
}
} |