Upload MLX model via mlx-forge
Browse files- README.md +8 -6
- config.json +3 -0
- split_model.json +8 -4
- transformer-dev.safetensors +3 -0
README.md
CHANGED
|
@@ -9,29 +9,31 @@ tags:
|
|
| 9 |
- safetensors
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# dgrauet/ltx-2.3-mlx
|
| 13 |
|
| 14 |
MLX format conversion of [Lightricks/LTX-2.3](https://huggingface.co/Lightricks/LTX-2.3).
|
| 15 |
|
| 16 |
Converted with [mlx-forge](https://github.com/dgrauet/mlx-forge).
|
| 17 |
|
| 18 |
-
- **
|
| 19 |
- **Model version:** 2.3.0
|
| 20 |
|
| 21 |
## Files
|
| 22 |
|
| 23 |
-
- `audio_vae.safetensors` (
|
| 24 |
-
- `config.json` (
|
| 25 |
- `connector.safetensors` (5.91 GB)
|
| 26 |
- `embedded_config.json` (7.06 KB)
|
|
|
|
| 27 |
- `spatial_upscaler_x1_5_v1_0.safetensors` (1.02 GB)
|
| 28 |
- `spatial_upscaler_x1_5_v1_0_config.json` (274.00 B)
|
| 29 |
- `spatial_upscaler_x2_v1_1.safetensors` (949.62 MB)
|
| 30 |
- `spatial_upscaler_x2_v1_1_config.json` (275.00 B)
|
| 31 |
-
- `split_model.json` (
|
| 32 |
- `temporal_upscaler_x2_v1_0.safetensors` (249.81 MB)
|
| 33 |
- `temporal_upscaler_x2_v1_0_config.json` (273.00 B)
|
| 34 |
-
- `transformer.safetensors` (35.38 GB)
|
|
|
|
| 35 |
- `vae_decoder.safetensors` (776.62 MB)
|
| 36 |
- `vae_encoder.safetensors` (608.33 MB)
|
| 37 |
- `vocoder.safetensors` (246.35 MB)
|
|
|
|
| 9 |
- safetensors
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# dgrauet/ltx-2.3-mlx
|
| 13 |
|
| 14 |
MLX format conversion of [Lightricks/LTX-2.3](https://huggingface.co/Lightricks/LTX-2.3).
|
| 15 |
|
| 16 |
Converted with [mlx-forge](https://github.com/dgrauet/mlx-forge).
|
| 17 |
|
| 18 |
+
- **Transformer variants:** distilled, dev
|
| 19 |
- **Model version:** 2.3.0
|
| 20 |
|
| 21 |
## Files
|
| 22 |
|
| 23 |
+
- `audio_vae.safetensors` (101.57 MB)
|
| 24 |
+
- `config.json` (951.00 B)
|
| 25 |
- `connector.safetensors` (5.91 GB)
|
| 26 |
- `embedded_config.json` (7.06 KB)
|
| 27 |
+
- `ltx-2.3-22b-distilled-lora-384.safetensors` (7.08 GB)
|
| 28 |
- `spatial_upscaler_x1_5_v1_0.safetensors` (1.02 GB)
|
| 29 |
- `spatial_upscaler_x1_5_v1_0_config.json` (274.00 B)
|
| 30 |
- `spatial_upscaler_x2_v1_1.safetensors` (949.62 MB)
|
| 31 |
- `spatial_upscaler_x2_v1_1_config.json` (275.00 B)
|
| 32 |
+
- `split_model.json` (579.00 B)
|
| 33 |
- `temporal_upscaler_x2_v1_0.safetensors` (249.81 MB)
|
| 34 |
- `temporal_upscaler_x2_v1_0_config.json` (273.00 B)
|
| 35 |
+
- `transformer-dev.safetensors` (35.38 GB)
|
| 36 |
+
- `transformer-distilled.safetensors` (35.38 GB)
|
| 37 |
- `vae_decoder.safetensors` (776.62 MB)
|
| 38 |
- `vae_encoder.safetensors` (608.33 MB)
|
| 39 |
- `vocoder.safetensors` (246.35 MB)
|
config.json
CHANGED
|
@@ -34,6 +34,9 @@
|
|
| 34 |
"variants": {
|
| 35 |
"distilled": {
|
| 36 |
"cross_attention_adaln": true
|
|
|
|
|
|
|
|
|
|
| 37 |
}
|
| 38 |
}
|
| 39 |
}
|
|
|
|
| 34 |
"variants": {
|
| 35 |
"distilled": {
|
| 36 |
"cross_attention_adaln": true
|
| 37 |
+
},
|
| 38 |
+
"dev": {
|
| 39 |
+
"cross_attention_adaln": true
|
| 40 |
}
|
| 41 |
}
|
| 42 |
}
|
split_model.json
CHANGED
|
@@ -11,11 +11,15 @@
|
|
| 11 |
"spatial_upscaler_x1_5_v1_0",
|
| 12 |
"temporal_upscaler_x2_v1_0"
|
| 13 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
"source": "Lightricks/LTX-2.3",
|
| 15 |
"notes": {
|
| 16 |
"vocoder": "Also contains BWE (bandwidth extension) generator weights \u2014 upsample layers [6,5,2,2,2] (240x) and mel_stft parameters."
|
| 17 |
-
}
|
| 18 |
-
"transformer_variants": [
|
| 19 |
-
"distilled"
|
| 20 |
-
]
|
| 21 |
}
|
|
|
|
| 11 |
"spatial_upscaler_x1_5_v1_0",
|
| 12 |
"temporal_upscaler_x2_v1_0"
|
| 13 |
],
|
| 14 |
+
"transformer_variants": [
|
| 15 |
+
"distilled",
|
| 16 |
+
"dev"
|
| 17 |
+
],
|
| 18 |
+
"lora": [
|
| 19 |
+
"ltx-2.3-22b-distilled-lora-384.safetensors"
|
| 20 |
+
],
|
| 21 |
"source": "Lightricks/LTX-2.3",
|
| 22 |
"notes": {
|
| 23 |
"vocoder": "Also contains BWE (bandwidth extension) generator weights \u2014 upsample layers [6,5,2,2,2] (240x) and mel_stft parameters."
|
| 24 |
+
}
|
|
|
|
|
|
|
|
|
|
| 25 |
}
|
transformer-dev.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac914855a09df67a855df79de63a3c21205eb7bda8a86f838dae1a02a7bfe19b
|
| 3 |
+
size 37987706193
|