sneakyfree commited on
Commit
87e9b7a
·
verified ·
1 Parent(s): 7828115

add repo README

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: other
4
+ tags:
5
+ - text-to-video
6
+ - ltx-2
7
+ - fp8
8
+ - comfyui
9
+ ---
10
+
11
+ # LTX-2 19B Dev FP8 + Gemma encoder
12
+
13
+ **Organization:** [WindstormLabs](https://huggingface.co/WindstormLabs)
14
+ **Used by:** [SceneMachine](https://huggingface.co/SceneMachine)
15
+
16
+ SceneMachine is a sub-project of Windstorm Labs. This repo hosts shared AI/ML infrastructure used by SceneMachine and reusable by future Windstorm Labs sub-projects.
17
+
18
+ ## What this is
19
+
20
+ Lightricks LTX-2 19B Dev FP8 weights plus the Gemma text encoder (sharded 5 files). SceneMachine's alternate cinematic path. Reusable by other Windstorm sub-projects.
21
+
22
+ ## Upstream source
23
+
24
+ Primary distribution: https://huggingface.co/Lightricks/LTX-2
25
+
26
+ This repo is a **mirror**. License terms of the upstream apply unchanged.
27
+
28
+ **Primary license owner(s):** Lightricks (LTX-2 community license) + Google (Gemma Terms of Use)
29
+
30
+ ## Files
31
+
32
+ | Filename | Size |
33
+ |---|---|
34
+ | `ltx-2-19b-dev-fp8.safetensors` | 27.08 GB |
35
+ | `model-00001-of-00005.safetensors` | 4.98 GB |
36
+ | `model-00003-of-00005.safetensors` | 4.93 GB |
37
+ | `model-00004-of-00005.safetensors` | 4.93 GB |
38
+ | `model-00002-of-00005.safetensors` | 4.93 GB |
39
+ | `model-00005-of-00005.safetensors` | 4.60 GB |
40
+
41
+ **Total: 51.45 GB**
42
+
43
+ ## Related repos
44
+
45
+ - The full SceneMachine model stack: search the [SceneMachine HF collection](https://huggingface.co/SceneMachine).
46
+ - Shared encoders and Wan VAE: [`WindstormLabs/wan22-encoders`](https://huggingface.co/WindstormLabs/wan22-encoders).
47
+ - Speed LoRAs: [`WindstormLabs/wan22-loras`](https://huggingface.co/WindstormLabs/wan22-loras).
48
+
49
+ ## Provenance
50
+
51
+ Mirror created 2026-05-13 from local working copy on the SceneMachine development rig. Hashes preserved via HF's content-addressed storage.
52
+
53
+ 🤖 Repo and README generated by [Claude Code](https://claude.com/claude-code) during a SceneMachine CTO session.