tamarher commited on
Commit
ac76244
·
verified ·
1 Parent(s): 8eac705

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -5
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
- It is intended for local speech generation with
28
- [`mlx-speech`](https://github.com/appautomaton/mlx-speech), without a PyTorch
29
- runtime at inference time.
 
30
 
31
  ## Model Details
32
 
33
  - Developed by: AppAutomaton
34
- - Shared by: AppAutomaton on Hugging Face
 
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
- - Source code: [mlx-speech](https://github.com/appautomaton/mlx-speech)
 
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