CalamitousFelicitousness commited on
Commit
b4e0aab
·
verified ·
1 Parent(s): 49ef403

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  ltx2.3-open.png filter=lfs diff=lfs merge=lfs -text
37
  tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  latent_upsampler/ltx2.3-open.png filter=lfs diff=lfs merge=lfs -text
 
 
36
  ltx2.3-open.png filter=lfs diff=lfs merge=lfs -text
37
  tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  latent_upsampler/ltx2.3-open.png filter=lfs diff=lfs merge=lfs -text
39
+ latent_upsampler_x1.5/ltx2.3-open.png filter=lfs diff=lfs merge=lfs -text
latent_upsampler_x1.5/README.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: diffusers
5
+ license: other
6
+ license_name: ltx-2-community-license-agreement
7
+ license_link: https://github.com/Lightricks/LTX-2/blob/main/LICENSE
8
+ pipeline_tag: image-to-video
9
+ arxiv: 2601.03233
10
+ tags:
11
+ - image-to-video
12
+ - text-to-video
13
+ - ltx-2
14
+ - ltx-2-3
15
+ - ltx-video
16
+ - lightricks
17
+ - diffusers
18
+ base_model: Lightricks/LTX-2.3
19
+ ---
20
+
21
+ > **LTX-2.3 Spatial Upscaler x1.5 — Diffusers Format**
22
+ >
23
+ > x1.5 spatial upscaler for LTX-2.3 latents. Used in multi-stage pipelines for higher resolution.
24
+ >
25
+ > Converted from [Lightricks/LTX-2.3](https://huggingface.co/Lightricks/LTX-2.3) raw safetensors to HuggingFace Diffusers format.
26
+
27
+ ---
28
+
29
+
30
+ # LTX-2.3 Model Card
31
+
32
+ This model card focuses on the LTX-2.3 model, which is a significant update to the [LTX-2 model](https://huggingface.co/Lightricks/LTX-2) with improved audio and visual quality as well as enhanced prompt adherence.
33
+ LTX-2 was presented in the paper [LTX-2: Efficient Joint Audio-Visual Foundation Model](https://huggingface.co/papers/2601.03233).
34
+
35
+ 💻💻 **If you want to dive in right to the code - it is available [here](https://github.com/Lightricks/LTX-2).** 💾💾
36
+
37
+ LTX-2.3 is a DiT-based audio-video foundation model designed to generate synchronized video and audio within a single model. It brings together the core building blocks of modern video generation, with open weights and a focus on practical, local execution.
38
+
39
+ [![LTX-2 Open Source](ltx2.3-open.png)](https://youtu.be/o-7us-BR_gQ)
40
+
41
+ # Model Checkpoints
42
+
43
+ | Name | Notes |
44
+ |------------------------------------|--------------------------------------------------------------------------------------------------------------------|
45
+ | ltx-2.3-22b-dev | The full model, flexible and trainable in bf16 |
46
+ | ltx-2.3-22b-distilled | The distilled version of the full model, 8 steps, CFG=1 |
47
+ | ltx-2.3-22b-distilled-lora-384 | A LoRA version of the distilled model applicable to the full model |
48
+ | ltx-2.3-spatial-upscaler-x2-1.0 | An x2 spatial upscaler for the ltx-2.3 latents, used in multi stage (multiscale) pipelines for higher resolution |
49
+ | ltx-2.3-spatial-upscaler-x1.5-1.0 | An x1.5 spatial upscaler for the ltx-2.3 latents, used in multi stage (multiscale) pipelines for higher resolution |
50
+ | ltx-2.3-temporal-upscaler-x2-1.0 | An x2 temporal upscaler for the ltx-2.3 latents, used in multi stage (multiscale) pipelines for higher FPS |
51
+
52
+ ## Model Details
53
+ - **Developed by:** Lightricks
54
+ - **Model type:** Diffusion-based audio-video foundation model
55
+ - **Language(s):** English
56
+
57
+ # Online demo
58
+ LTX-2.3 is accessible right away via the [API Playground](https://console.ltx.video/playground/).
59
+
60
+ # Run locally
61
+
62
+ ## Direct use license
63
+ You can use the models - full, distilled, upscalers and any derivatives of the models - for purposes under the [license](./LICENSE).
64
+
65
+ ## ComfyUI
66
+ We recommend you use the built-in LTXVideo nodes that can be found in the ComfyUI Manager.
67
+ For manual installation information, please refer to our [documentation site](https://docs.ltx.video/open-source-model/integration-tools/comfy-ui).
68
+
69
+ ## PyTorch codebase
70
+
71
+ The [LTX-2 codebase](https://github.com/Lightricks/LTX-2) is a monorepo with several packages. From model definition in 'ltx-core' to pipelines in 'ltx-pipelines' and training capabilities in 'ltx-trainer'.
72
+ The codebase was tested with Python >=3.12, CUDA version >12.7, and supports PyTorch ~= 2.7.
73
+
74
+ ### Installation
75
+
76
+ ```bash
77
+ git clone https://github.com/Lightricks/LTX-2.git
78
+ cd LTX-2
79
+
80
+ # From the repository root
81
+ uv sync
82
+ source .venv/bin/activate
83
+ ```
84
+
85
+ ### Inference
86
+
87
+ To use our model, please follow the instructions in our [ltx-pipelines](https://github.com/Lightricks/LTX-2/blob/main/packages/ltx-pipelines/README.md) package.
88
+
89
+ ## Diffusers 🧨
90
+
91
+ LTX-2.3 support in the [Diffusers Python library](https://huggingface.co/docs/diffusers/main/en/index) is coming soon!
92
+
93
+ ## General tips:
94
+ * Width & height settings must be divisible by 32. Frame count must be divisible by 8 + 1.
95
+ * In case the resolution or number of frames are not divisible by 32 or 8 + 1, the input should be padded with -1 and then cropped to the desired resolution and number of frames.
96
+ * For tips on writing effective prompts, please visit our [Prompting guide](https://ltx.video/blog/how-to-prompt-for-ltx-2)
97
+
98
+ ### Limitations
99
+ - This model is not intended or able to provide factual information.
100
+ - As a statistical model this checkpoint might amplify existing societal biases.
101
+ - The model may fail to generate videos that matches the prompts perfectly.
102
+ - Prompt following is heavily influenced by the prompting-style.
103
+ - The model may generate content that is inappropriate or offensive.
104
+ - When generating audio without speech, the audio may be of lower quality.
105
+
106
+ # Train the model
107
+
108
+ The base (dev) model is fully trainable.
109
+
110
+ It's extremely easy to reproduce the LoRAs and IC-LoRAs we publish with the model by following the instructions on the [LTX-2 Trainer Readme](https://github.com/Lightricks/LTX-2/blob/main/packages/ltx-trainer/README.md).
111
+
112
+ Training for motion, style or likeness (sound+appearance) can take less than an hour in many settings.
113
+
114
+ ## Citation
115
+
116
+ ```bibtex
117
+ @article{hacohen2025ltx2,
118
+ title={LTX-2: Efficient Joint Audio-Visual Foundation Model},
119
+ author={HaCohen, Yoav and Brazowski, Benny and Chiprut, Nisan and Bitterman, Yaki and Kvochko, Andrew and Berkowitz, Avishai and Shalem, Daniel and Lifschitz, Daphna and Moshe, Dudu and Porat, Eitan and Richardson, Eitan and Guy Shiran and Itay Chachy and Jonathan Chetboun and Michael Finkelson and Michael Kupchick and Nir Zabari and Nitzan Guetta and Noa Kotler and Ofir Bibi and Ori Gordon and Poriya Panet and Roi Benita and Shahar Armon and Victor Kulikov and Yaron Inger and Yonatan Shiftan and Zeev Melumian and Zeev Farbman},
120
+ journal={arXiv preprint arXiv:2601.03233},
121
+ year={2025}
122
+ }
123
+ ```
latent_upsampler_x1.5/config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "LTX2LatentUpsamplerModel",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "dims": 3,
5
+ "in_channels": 128,
6
+ "mid_channels": 1024,
7
+ "num_blocks_per_stage": 4,
8
+ "rational_spatial_scale": 1.5,
9
+ "spatial_upsample": true,
10
+ "temporal_upsample": false
11
+ }
latent_upsampler_x1.5/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a0b96bc5b4dbc5d28859896c1b8f239bb9cb186a9b71cc2106af21b7a845f28
3
+ size 1090125530
latent_upsampler_x1.5/ltx2.3-open.png ADDED

Git LFS Details

  • SHA256: ab52a78cb26a9f91051effd0f5161889669391e9588ad810a4e1bd816a6f621b
  • Pointer size: 132 Bytes
  • Size of remote file: 2.26 MB