Initialize checkpoint repository layout
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
tags:
|
| 5 |
+
- ltx-video
|
| 6 |
+
- spatial-audio
|
| 7 |
+
- audio-video
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# LTX-2 SpatialAV2AV Checkpoints
|
| 11 |
+
|
| 12 |
+
Private training checkpoints.
|
| 13 |
+
|
| 14 |
+
## Layout
|
| 15 |
+
|
| 16 |
+
- `E4/step_00400/`: E4 Core (Dual + Dynamic), step 400.
|
| 17 |
+
- `E4/step_01000/`: E4 Core (Dual + Dynamic), step 1000.
|
| 18 |
+
- `E6/`: reserved for E6 Full checkpoints.
|
| 19 |
+
|
| 20 |
+
Training geometry: true 480p cap (short side <= 480, no upscaling), 113 frames at 25 fps.
|