Patarapoom commited on
Commit
ee8123a
·
verified ·
1 Parent(s): f75ca7b

describe the mirror: which files, from where, under what

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: ltx-2-community-license-agreement
4
+ license_link: https://github.com/Lightricks/LTX-2/blob/main/LICENSE.md
5
+ tags:
6
+ - ltx-2.5
7
+ - comfyui
8
+ - image-to-video
9
+ - audio-to-video
10
+ ---
11
+
12
+ # LTX-2.5 render subset
13
+
14
+ **Unmodified copies** of 5 files from [`comfyicu/LTX-2.5`](https://huggingface.co/comfyicu/LTX-2.5), pinned at
15
+ revision `1026e00f808dbd9601911479b22d65b760737dc8`. Nothing here has been retrained, quantised, converted or
16
+ edited in any way -- byte-for-byte the upstream blobs, in the same directory
17
+ layout, under the same licence.
18
+
19
+ This repo exists for one operational reason: `comfyicu/LTX-2.5` is 200.85 GB
20
+ across 17 files, and a render loads 5 of them (39.71 GB). RunPod
21
+ Serverless "cached models" pulls a whole repo, so mirroring the subset is the
22
+ difference between 201 GB and 40 GB per worker.
23
+
24
+ ## Contents
25
+
26
+ | file | size |
27
+ |---|---|
28
+ | `diffusion_models/ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors` | 21.50 GB |
29
+ | `text_encoders/gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors` | 15.37 GB |
30
+ | `vae/ltx-2.5-video-vae-bf16.safetensors` | 1.47 GB |
31
+ | `latent_upscale_models/ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors` | 1.00 GB |
32
+ | `vae/ltx-2.5-audio-vae-bf16.safetensors` | 0.36 GB |
33
+
34
+ ## Licence
35
+
36
+ These weights are licensed by Lightricks Ltd. under the **LTX-2.x Community
37
+ License Agreement** (license date: August 11, 2026), a complete copy of which is
38
+ included here as `LICENSE.md`. Two conditions are easy to miss:
39
+
40
+ * **Section 2.1** -- Entities with annual revenue of at least **$10,000,000**
41
+ must obtain a paid Commercial Use Agreement from Lightricks for any commercial
42
+ use.
43
+ * **Section 4 and Attachment A** carry use-based restrictions, and **Section 6**
44
+ a duty around watermarking and provenance, that flow down to any recipient.
45
+
46
+ Original model card and full documentation: <https://huggingface.co/Lightricks/LTX-2.5>