Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_link: https://huggingface.co/Lightricks/LTX-2/blob/main/LICENSE
|
| 4 |
+
tags:
|
| 5 |
+
- lora
|
| 6 |
+
- video
|
| 7 |
+
- text-to-video
|
| 8 |
+
- camera-motion
|
| 9 |
+
- dolly-left
|
| 10 |
+
- ltx
|
| 11 |
+
base_model: Lightricks/LTX-2
|
| 12 |
+
model_type: lora
|
| 13 |
+
library_name: diffusers
|
| 14 |
+
pipeline_tag: text-to-video
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# LTX-2 19B LoRA - Camera Control (Dolly Left)
|
| 18 |
+
|
| 19 |
+
This is a camera-motion control **LoRA** trained to bias generations toward a **dolly-left** camera move (camera translates laterally to the left, revealing content on the left side of the scene and changing parallax) on top of an **LTX-2 19B** base video model.
|
| 20 |
+
|
| 21 |
+
## Model Details
|
| 22 |
+
|
| 23 |
+
- **Developed by**: Lightricks
|
| 24 |
+
- **Base model**: LTX-2 19B
|
| 25 |
+
- **Training type**: LoRA finetune for camera motion (dolly left)
|
| 26 |
+
|
| 27 |
+
## Recommended Prompting
|
| 28 |
+
|
| 29 |
+
To get the best results with Motion Camera LoRAs, describe the **destination of the movement** and the **hidden parts of the scene** so the model knows what to reveal as the frame shifts.
|
| 30 |
+
|
| 31 |
+
For a dolly-left shot, explicitly mention what should come into view on the **left side** during the move (e.g., the far-left side of a room, objects/people positioned off-frame to the left, background structures that become visible due to parallax). This gives the model a visual “map” of what exists as the camera slides left.
|
| 32 |
+
|
| 33 |
+
## License
|
| 34 |
+
|
| 35 |
+
K=License link: `https://huggingface.co/Lightricks/LTX-2/blob/main/LICENSE`
|
| 36 |
+
|
| 37 |
+
See the base model license: [`Lightricks/LTX-2 LICENSE`](https://huggingface.co/Lightricks/LTX-2/blob/main/LICENSE).
|
| 38 |
+
|
| 39 |
+
|