File size: 961 Bytes
db97334
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "format": "split",
  "model_version": "2.3.0",
  "components": [
    "connector",
    "vae_decoder",
    "vae_encoder",
    "audio_vae",
    "vocoder",
    "spatial_upscaler_x2_v1_1",
    "spatial_upscaler_x1_5_v1_0",
    "temporal_upscaler_x2_v1_0"
  ],
  "transformer_variants": [
    "distilled",
    "dev"
  ],
  "lora": [
    "ltx-2.3-22b-distilled-lora-384.safetensors"
  ],
  "source": "Lightricks/LTX-2.3",
  "notes": {
    "vocoder": "Also contains BWE (bandwidth extension) generator weights \u2014 upsample layers [6,5,2,2,2] (240x) and mel_stft parameters."
  },
  "quantized": true,
  "quantization_bits": 4,
  "recipe": "ltx-2.3",
  "license": "other",
  "links": [
    "Code: https://github.com/dgrauet/ltx-2-mlx",
    "ComfyUI compatible custom nodes: https://github.com/dgrauet/ComfyUI-LTXVideo-mlx"
  ],
  "usage_url": "https://github.com/dgrauet/ltx-2-mlx",
  "usage_note": "a native MLX inference pipeline for LTX-2.3 on Apple Silicon"
}