Text-to-Speech
MLX
Safetensors
Chinese
English
audiodit
tts
speech
longcat
diffusion
quantized
int8
apple-silicon
Instructions to use mlx-community/longcat-audiodit-3.5b-8bit-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/longcat-audiodit-3.5b-8bit-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir longcat-audiodit-3.5b-8bit-mlx mlx-community/longcat-audiodit-3.5b-8bit-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,14 +24,16 @@ tags:
|
|
| 24 |
This repository contains a self-contained MLX-native int8 conversion of
|
| 25 |
LongCat AudioDiT 3.5B for local text-to-speech on Apple Silicon.
|
| 26 |
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
|
|
|
| 30 |
|
| 31 |
## Model Details
|
| 32 |
|
| 33 |
- Developed by: AppAutomaton
|
| 34 |
-
- Shared by:
|
|
|
|
| 35 |
- Upstream model: [`meituan-longcat/LongCat-AudioDiT-3.5B`](https://huggingface.co/meituan-longcat/LongCat-AudioDiT-3.5B)
|
| 36 |
- Task: text-to-speech
|
| 37 |
- Runtime: MLX on Apple Silicon
|
|
@@ -88,10 +90,12 @@ result = generate_longcat_audiodit(
|
|
| 88 |
- The conversion preserves the LongCat AudioDiT diffusion transformer and
|
| 89 |
bundled VAE for waveform decode.
|
| 90 |
- The current bundle is intended for local MLX runtime use and parity validation.
|
|
|
|
| 91 |
|
| 92 |
## Links
|
| 93 |
|
| 94 |
-
-
|
|
|
|
| 95 |
- More examples: [AppAutomaton](https://github.com/appautomaton)
|
| 96 |
|
| 97 |
## License
|
|
|
|
| 24 |
This repository contains a self-contained MLX-native int8 conversion of
|
| 25 |
LongCat AudioDiT 3.5B for local text-to-speech on Apple Silicon.
|
| 26 |
|
| 27 |
+
> Note
|
| 28 |
+
> This repo is a community mirror of the canonical MLX conversion maintained by
|
| 29 |
+
> [AppAutomaton](https://github.com/appautomaton) at
|
| 30 |
+
> [`appautomaton/longcat-audiodit-3.5b-8bit-mlx`](https://huggingface.co/appautomaton/longcat-audiodit-3.5b-8bit-mlx).
|
| 31 |
|
| 32 |
## Model Details
|
| 33 |
|
| 34 |
- Developed by: AppAutomaton
|
| 35 |
+
- Shared by: `mlx-community`
|
| 36 |
+
- Original MLX repo: [`appautomaton/longcat-audiodit-3.5b-8bit-mlx`](https://huggingface.co/appautomaton/longcat-audiodit-3.5b-8bit-mlx)
|
| 37 |
- Upstream model: [`meituan-longcat/LongCat-AudioDiT-3.5B`](https://huggingface.co/meituan-longcat/LongCat-AudioDiT-3.5B)
|
| 38 |
- Task: text-to-speech
|
| 39 |
- Runtime: MLX on Apple Silicon
|
|
|
|
| 90 |
- The conversion preserves the LongCat AudioDiT diffusion transformer and
|
| 91 |
bundled VAE for waveform decode.
|
| 92 |
- The current bundle is intended for local MLX runtime use and parity validation.
|
| 93 |
+
- This mirror is a duplicated repo, not an automatically synchronized namespace mirror.
|
| 94 |
|
| 95 |
## Links
|
| 96 |
|
| 97 |
+
- Canonical MLX repo: [`appautomaton/longcat-audiodit-3.5b-8bit-mlx`](https://huggingface.co/appautomaton/longcat-audiodit-3.5b-8bit-mlx)
|
| 98 |
+
- Source code: [`mlx-speech`](https://github.com/appautomaton/mlx-speech)
|
| 99 |
- More examples: [AppAutomaton](https://github.com/appautomaton)
|
| 100 |
|
| 101 |
## License
|